Skip to content

Commit

Permalink
exclude dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <[email protected]>
  • Loading branch information
Pavel Okhlopkov committed Nov 2, 2024
1 parent 310e8e8 commit 8c542ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
run:
timeout: 15m
skip-dirs:
- test/integration
linters:
disable-all: true
enable:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8c542ae

Please sign in to comment.