File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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. */
You can’t perform that action at this time.
0 commit comments