Chore: Enable misspell linter (#26393)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-07-17 13:44:33 +02:00
committed by GitHub
parent 7b183971fd
commit a03177e960

View File

@@ -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"