File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ const (
2525 DebugKeyExcludeRules = "exclude_rules"
2626 DebugKeyExec = "exec"
2727 DebugKeyFilenameUnadjuster = "filename_unadjuster"
28- DebugKeyForbidigo = "forbidigo"
2928 DebugKeyFormatter = "formatter"
3029 DebugKeyGoEnv = "goenv"
3130 DebugKeyInvalidIssue = "invalid_issue"
@@ -63,10 +62,11 @@ const (
6362)
6463
6564const (
66- DebugKeyGoCritic = "gocritic" // Debugs `go-critic` linter.
67- DebugKeyGovet = "govet" // Debugs `govet` linter.
68- DebugKeyNolint = "nolint" // Debugs a filter excluding issues by `//nolint` comments.
69- DebugKeyRevive = "revive" // Debugs `revive` linter.
65+ DebugKeyForbidigo = "forbidigo" // Debugs `forbidigo` linter.
66+ DebugKeyGoCritic = "gocritic" // Debugs `gocritic` linter.
67+ DebugKeyGovet = "govet" // Debugs `govet` linter.
68+ DebugKeyNolint = "nolint" // Debugs a filter excluding issues by `//nolint` comments.
69+ DebugKeyRevive = "revive" // Debugs `revive` linter.
7070)
7171
7272func getEnabledDebugs () map [string ]bool {
You can’t perform that action at this time.
0 commit comments