Skip to content

Commit 08925cd

Browse files
committed
test: verify overlay analysis is disabled for languages without per-language feature flags
1 parent a817bee commit 08925cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/config-utils.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,11 @@ async function loadUserConfig(
630630
}
631631
}
632632

633-
// Maps languages to their overlay analysis feature flags. Only languages that
634-
// are GA or in staff-ship for overlay analysis are included here. Languages
635-
// without an entry will have overlay analysis disabled.
633+
/**
634+
* Maps languages to their overlay analysis feature flags. Only languages that
635+
* are GA or in staff-ship for overlay analysis are included here. Languages
636+
* without an entry will have overlay analysis disabled.
637+
*/
636638
const OVERLAY_ANALYSIS_FEATURES: Partial<Record<Language, Feature>> = {
637639
csharp: Feature.OverlayAnalysisCsharp,
638640
go: Feature.OverlayAnalysisGo,

0 commit comments

Comments
 (0)