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 = [ ...@@ -27,7 +27,7 @@ enable = [
"govet", "govet",
"ineffassign", "ineffassign",
# "interfacer", # "interfacer",
# "misspell", "misspell",
"rowserrcheck", "rowserrcheck",
"exportloopref", "exportloopref",
"staticcheck", "staticcheck",
...@@ -75,3 +75,7 @@ text = "402" ...@@ -75,3 +75,7 @@ text = "402"
[[issues.exclude-rules]] [[issues.exclude-rules]]
linters = ["gosec"] linters = ["gosec"]
text = "501" 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