Merge pull request #216 from mrunalp/skip_vendor_lint
Skip lint on vendored code
This commit is contained in:
commit
1bd0ba8516
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
|
|||
--exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$' \
|
||||
--exclude='duplicate of.*_test.go.*\(dupl\)$' \
|
||||
--exclude='cmd\/client\/.*\.go.*\(dupl\)$' \
|
||||
--exclude='vendor\/src\/.*' \
|
||||
--disable=aligncheck \
|
||||
--disable=gotype \
|
||||
--disable=gas \
|
||||
|
|
Loading…
Reference in a new issue