We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdedfc3 commit 1859933Copy full SHA for 1859933
runner/bin/gazelle/main.go
@@ -16,12 +16,12 @@ var envLanguages = []runner.GazelleLanguage{
16
// Kotlin not included in the prebuild because it interferes with normal operation
17
// and there is no directive to disable it.
18
// runner.Kotlin,
19
+ // CC not included due to Gazelle CC causing issues in many scenarios with unrelated targets.
20
runner.Go,
21
runner.Protobuf,
22
runner.Bzl,
23
runner.Python,
24
runner.Orion,
- runner.CC,
25
runner.JavaScript,
26
}
27
0 commit comments