Chore: Enable misspell linter (#26393)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/26407/head
Arve Knudsen 5 years ago committed by GitHub
parent 7b183971fd
commit a03177e960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      scripts/go/configs/.golangci.toml

@ -27,7 +27,7 @@ enable = [
"govet",
"ineffassign",
# "interfacer",
# "misspell",
"misspell",
"rowserrcheck",
"exportloopref",
"staticcheck",
@ -75,3 +75,7 @@ text = "402"
[[issues.exclude-rules]]
linters = ["gosec"]
text = "501"
[[issues.exclude-rules]]
linters = ["misspell"]
text = "Unknwon` is a misspelling of `Unknown"

Loading…
Cancel
Save