From 65933b4ef686b2f60618ef49d11c83c56b60bd58 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 8 May 2024 13:58:30 -0400 Subject: [PATCH] chore(lint): drop deprecated 'ifshort' linter directive --- .golangci-soft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci-soft.yml b/.golangci-soft.yml index ef456e0..1b6824b 100644 --- a/.golangci-soft.yml +++ b/.golangci-soft.yml @@ -23,7 +23,6 @@ linters: - gomnd - gomoddirectives - goprintffuncname - - ifshort # - lll - misspell - nakedret