From a7273ec783cde2f2db4e300a6a5b40f068397646 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Tue, 3 Sep 2024 12:29:33 -0400 Subject: [PATCH] Fixed deprecated linter --- .golangci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 9e69563..921c6cd 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -288,13 +288,13 @@ linters: - govet - gofmt - gosec + - copyloopvar - bodyclose - revive - unconvert - misspell - dogsled - prealloc - - exportloopref - exhaustive - sqlclosecheck - nolintlint @@ -341,7 +341,7 @@ linters: - gomnd # we have too many raw numbers that are not magic - gomoddirectives # we use replace as needed - nilnil # we do not conform to this - - testifylint # need to fix all the asserts + - testifylint # Need to fix all the lint issues before enabling #- contextcheck # having issues with this disable-all: false presets: