Skip to content

Commit d1c255c

Browse files
committed
Update NonDefaultQueries documentation
1 parent b371ccd commit d1c255c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/overlay/diagnostics.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ export enum OverlayDisabledReason {
2727
/** The source root is not inside a git repository. */
2828
NoGitRoot = "no-git-root",
2929
/**
30-
* Overlay analysis is restricted to code-scanning-only configs but the config uses custom
31-
* queries or packs, disables default queries, or specifies query filters.
30+
* For one or more of the configured languages, overlay analysis is only
31+
* enabled when using the default query suite, but the config customises the
32+
* queries by disabling default queries, specifying custom queries or packs,
33+
* or adding query filters.
3234
*/
3335
NonDefaultQueries = "non-default-queries",
3436
/** We are not analyzing a pull request or the default branch. */

0 commit comments

Comments
 (0)