We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b875ac4 commit f7d4900Copy full SHA for f7d4900
.golangci.yaml
@@ -4,7 +4,8 @@ run:
4
issues-exit-code: 1 # exit code when issue was found
5
build-tags: [] # list of build tags
6
tests: true # include tests
7
- skip-dirs: [] # dirs to skip
+ skip-dirs: # dirs to skip
8
+ - vend
9
skip-dirs-use-default: true # skip vendor, third_party, test_data
10
modules-download-mode: readonly # readonly|release|vendor
11
0 commit comments