docs: fix a typo (#4048)
This commit is contained in:
parent
5b4021362c
commit
547bca2379
@ -59,7 +59,7 @@ const (
|
||||
DebugKeyGoCritic = "gocritic" // Debugs `go-critic` linter.
|
||||
DebugKeyMegacheck = "megacheck" // Debugs `staticcheck` related linters.
|
||||
DebugKeyNolint = "nolint" // Debugs a filter excluding issues by `//nolint` comments.
|
||||
DebugKeyRevive = "revive" // Debugs `revice` linter.
|
||||
DebugKeyRevive = "revive" // Debugs `revive` linter.
|
||||
)
|
||||
|
||||
func getEnabledDebugs() map[string]bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user