From 35ea0233f3577d584785ec64b679b796c3340857 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:15:45 +0100 Subject: [PATCH] update golangci-lint --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 279a5a83..830da8e5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,6 +5,7 @@ linters: - gofmt - golint - misspell + - prealloc - unconvert disable: - errcheck