From a71f0fe97f821439837d3d203616627fc28368cb Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:43:17 +0100 Subject: [PATCH] update golangci-lint --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 6f7c0bf7..d57ffaab 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,7 @@ linters: enable: + - asciicheck - bodyclose - dupl - exportloopref @@ -11,8 +12,10 @@ linters: - misspell - lll - prealloc + - predeclared - revive - unconvert + - wastedassign - whitespace disable: - errcheck