Skip to content

Commit

Permalink
Remove vendor dir from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
vkareh committed Feb 22, 2021
1 parent 01dcc4c commit b050636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

run:
skip-dirs: (assets|docs|templates)
skip-dirs: (assets|docs|templates|vendor)
issues-exit-code: 1
linters:
disable-all: true
Expand Down

0 comments on commit b050636

Please sign in to comment.