diff options
author | techknowlogick <techknowlogick@gitea.io> | 2019-08-13 23:32:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 23:32:38 -0400 |
commit | 99a004c343ff0770af4e209ca4634b83f153a23c (patch) | |
tree | 64333e387fcd4b6d1de6d8e216d7c924cf1b801a /.golangci.yml | |
parent | 2f2a4cb8982647bb9b3819cf3797d6484617567a (diff) | |
download | gitea-99a004c343ff0770af4e209ca4634b83f153a23c.tar.gz gitea-99a004c343ff0770af4e209ca4634b83f153a23c.zip |
Update golangci-lint to v1.17.1 (#7848)
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`' |