diff options
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 82d0e46694..bee342dd75 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -95,3 +95,6 @@ issues: linters: - misspell text: '`Destory` is a misspelling of `Destroy`' + - linters: + - misspell + text: '`Unknwon` is a misspelling of `Unknown`' |