Skip to content

Commit

Permalink
Merge pull request #616 from jkh52/lint-skip-vendor
Browse files Browse the repository at this point in the history
lint: skip vendors directory.
  • Loading branch information
k8s-ci-robot committed Apr 26, 2024
2 parents 25c6269 + 94987f1 commit 1b373ad
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 1b373ad

Please sign in to comment.