From cf7f3aebaad2d323730a9ab2a76f6cb78f459ee4 Mon Sep 17 00:00:00 2001 From: Tibor Kiss <32801432+the1bit@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:50:13 +0100 Subject: [PATCH] Lint Fix: goerr113 (#64) goerr113 --- config/lint/.golangci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/lint/.golangci.yaml b/config/lint/.golangci.yaml index 368d069..3711bde 100644 --- a/config/lint/.golangci.yaml +++ b/config/lint/.golangci.yaml @@ -34,7 +34,6 @@ linters: - varnamelen - wrapcheck ### Disable linters one by one - - goerr113 - funlen - testifylint - bodyclose