From 99a004c343ff0770af4e209ca4634b83f153a23c Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 13 Aug 2019 23:32:38 -0400 Subject: Update golangci-lint to v1.17.1 (#7848) --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.golangci.yml') 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`' -- cgit v1.2.3