Skip to content

Commit

Permalink
lint: skip vendors directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh52 committed Apr 23, 2024
1 parent 25c6269 commit 94987f1
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 94987f1

Please sign in to comment.