@@ -16,22 +16,22 @@ const EnvTestRun = "GL_TEST_RUN"
1616const envDebug = "GL_DEBUG"
1717
1818const (
19- DebugKeyBinSalt = "bin_salt"
20- DebugKeyConfigReader = "config_reader"
21- DebugKeyEmpty = ""
22- DebugKeyEnabledLinters = "enabled_linters"
23- DebugKeyExec = "exec"
24- DebugKeyFormatter = "formatter"
25- DebugKeyGoEnv = "goenv "
26- DebugKeyLinter = "linter "
27- DebugKeyLintersContext = "linters_context"
28- DebugKeyLintersDB = "lintersdb"
29- DebugKeyLintersOutput = "linters_output"
30- DebugKeyLoader = "loader" // Debugs packages loading (including `go/packages` internal debugging).
31- DebugKeyPkgCache = "pkgcache"
32- DebugKeyRunner = "runner"
33- DebugKeyStopwatch = "stopwatch"
34- DebugKeyTest = "test"
19+ DebugKeyBinSalt = "bin_salt"
20+ DebugKeyConfigReader = "config_reader"
21+ DebugKeyEmpty = ""
22+ DebugKeyEnabledLinters = "enabled_linters"
23+ DebugKeyExec = "exec"
24+ DebugKeyFormatter = "formatter"
25+ DebugKeyFormattersOutput = "formatters_output "
26+ DebugKeyGoEnv = "goenv "
27+ DebugKeyLintersContext = "linters_context"
28+ DebugKeyLintersDB = "lintersdb"
29+ DebugKeyLintersOutput = "linters_output"
30+ DebugKeyLoader = "loader" // Debugs packages loading (including `go/packages` internal debugging).
31+ DebugKeyPkgCache = "pkgcache"
32+ DebugKeyRunner = "runner"
33+ DebugKeyStopwatch = "stopwatch"
34+ DebugKeyTest = "test"
3535)
3636
3737// Printers.
@@ -81,7 +81,8 @@ const (
8181 DebugKeyForbidigo = "forbidigo" // Debugs `forbidigo` linter.
8282 DebugKeyGoCritic = "gocritic" // Debugs `gocritic` linter.
8383 DebugKeyGovet = "govet" // Debugs `govet` linter.
84- DebugKeyRevive = "revive" // Debugs `revive` linter.
84+ DebugKeyLinter = "linter"
85+ DebugKeyRevive = "revive" // Debugs `revive` linter.
8586)
8687
8788func getEnabledDebugs () map [string ]bool {
0 commit comments