From 7948a2c864e6628f2111c89f828b87ee4104d904 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 2 May 2023 08:58:49 -0400 Subject: [PATCH] fix(ci): remove deprecated ifshort linter --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d3b12d1ff..2be31f224 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -23,7 +23,6 @@ linters: - goimports - goprintffuncname - gosec - - ifshort - misspell - prealloc - revive @@ -31,4 +30,4 @@ linters: - sqlclosecheck - unconvert - unparam - - whitespace \ No newline at end of file + - whitespace