Skip to content

Commit

Permalink
Skip vendor directory in golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
avrittrohwer committed Apr 24, 2024
1 parent 0421818 commit 7ea1b7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
run:
timeout: 3m
skip-dirs:
- vendor
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 7ea1b7e

Please sign in to comment.