Rename diff-filtering-utils.ts to diff-informed-analysis-utils.ts
This commit is contained in:
parent
3fbee52426
commit
534bc63d5e
3 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import { addDiagnostic, makeDiagnostic } from "./diagnostics";
|
|||
import {
|
||||
DiffThunkRange,
|
||||
writeDiffRangesJsonFile,
|
||||
} from "./diff-filtering-utils";
|
||||
} from "./diff-informed-analysis-utils";
|
||||
import { EnvVar } from "./environment";
|
||||
import { FeatureEnablement, Feature } from "./feature-flags";
|
||||
import { isScannedLanguage, Language } from "./languages";
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import * as api from "./api-client";
|
|||
import { getGitHubVersion, wrapApiConfigurationError } from "./api-client";
|
||||
import { CodeQL, getCodeQL } from "./codeql";
|
||||
import { getConfig } from "./config-utils";
|
||||
import { readDiffRangesJsonFile } from "./diff-filtering-utils";
|
||||
import { readDiffRangesJsonFile } from "./diff-informed-analysis-utils";
|
||||
import { EnvVar } from "./environment";
|
||||
import { FeatureEnablement } from "./feature-flags";
|
||||
import * as fingerprints from "./fingerprints";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue