From 7dfd3eebed8a9e879115c6c3b9e9ee6bcf5143a6 Mon Sep 17 00:00:00 2001 From: Benji Vesterby Date: Sun, 8 Aug 2021 14:56:47 -0400 Subject: [PATCH] Updated linter config --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 1207754..648d723 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -81,7 +81,7 @@ linters: - gocyclo - gofmt - goimports - - golint + - revive - gomnd - goprintffuncname - gosec @@ -94,7 +94,7 @@ linters: - noctx - nolintlint - rowserrcheck - - scopelint + - exportloopref - staticcheck - structcheck - stylecheck