From 7049a8a2bb644485ee94b31642dea350a60b7036 Mon Sep 17 00:00:00 2001 From: andres-portainer <91705312+andres-portainer@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:42:24 -0300 Subject: [PATCH] fix(linters): add many linters BE-12112 (#1009) --- .golangci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 1f8a66362..47092eeb7 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -13,6 +13,11 @@ linters: - perfsprint - staticcheck - unused + - mirror + - durationcheck + - errorlint + - govet + - zerologlint settings: staticcheck: checks: ["all", "-ST1003", "-ST1005", "-ST1016", "-SA1019", "-QF1003"]