Skip to content

Commit

Permalink
skip vendor dir in golintci (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored Feb 1, 2024
1 parent c8a7d9d commit 78d3bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
run:
timeout: 5m

skip-dirs:
- vendor

linters-settings:
goimports:
Expand Down

0 comments on commit 78d3bb9

Please sign in to comment.