Skip to content

Commit

Permalink
linter: exclude vendor/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and achilleas-k committed Nov 28, 2024
1 parent c211c9d commit 1fe514e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
exclude-dirs:
- vendor

linters-settings:
govet:
disable:
Expand Down

0 comments on commit 1fe514e

Please sign in to comment.