Commit a03177e9 by Arve Knudsen Committed by GitHub

Chore: Enable misspell linter (#26393)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 7b183971
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment