We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NonDefaultQueries
1 parent b371ccd commit d1c255cCopy full SHA for d1c255c
1 file changed
src/overlay/diagnostics.ts
@@ -27,8 +27,10 @@ export enum OverlayDisabledReason {
27
/** The source root is not inside a git repository. */
28
NoGitRoot = "no-git-root",
29
/**
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.
+ * For one or more of the configured languages, overlay analysis is only
+ * 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.
34
*/
35
NonDefaultQueries = "non-default-queries",
36
/** We are not analyzing a pull request or the default branch. */
0 commit comments