From 8c542ae784795ebfc78eecc2d0659d4c5cdbd29f Mon Sep 17 00:00:00 2001 From: Pavel Okhlopkov Date: Sat, 2 Nov 2024 22:40:58 +0300 Subject: [PATCH] exclude dirs Signed-off-by: Pavel Okhlopkov --- .golangci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index baffdcd8..a418e83a 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,7 +1,5 @@ run: timeout: 15m - skip-dirs: - - test/integration linters: disable-all: true enable: @@ -76,6 +74,8 @@ linters-settings: - pkg: "gopkg.in/satori/go.uuid.v1" desc: "Use https://github.com/gofrs/uuid instead. Satori/go.uuid is no longer maintained and has critical vulnerabilities." issues: + exclude-dirs: + - test/integration exclude: # Using underscores is a common practice, refactor in the future - "var-naming: don't use an underscore in package name" # revive