Skip to content

Commit

Permalink
Remove deprecated golangci-lint flag.
Browse files Browse the repository at this point in the history
After this change we still ignore vendor. Newer versions have --exclude-dirs-use-default which defaults to true.
  • Loading branch information
jkh52 committed Oct 16, 2024
1 parent 71572c2 commit be3ffb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
run:
timeout: 5m
skip-dirs:
- vendor
linters:
disable-all: true
enable:
Expand Down

0 comments on commit be3ffb3

Please sign in to comment.