Address review comments

This commit is contained in:
Henry Mercer
2026-03-03 18:48:23 +01:00
parent f654d61146
commit 776fd85f8c
4 changed files with 24 additions and 14 deletions
+4 -1
View File
@@ -26,7 +26,10 @@ export enum OverlayDisabledReason {
LanguageNotEnabled = "language-not-enabled",
/** The source root is not inside a git repository. */
NoGitRoot = "no-git-root",
/** Overlay analysis is restricted to code-scanning-only configs but the config uses custom queries or packs. */
/**
* Overlay analysis is restricted to code-scanning-only configs but the config uses custom
* queries or packs, disables default queries, or specifies query filters.
*/
NonDefaultQueries = "non-default-queries",
/** The top-level overlay analysis feature flag is not enabled. */
OverallFeatureNotEnabled = "overall-feature-not-enabled",