Skip to content

Commit

Permalink
Exempt vendor/ from pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Nov 2, 2017
1 parent 8c769f8 commit 7ed47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/verify-pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export PYLINTHOME=$(mktemp -d)
pylint="$(dirname $0)/pylint_bin"

shopt -s extglob globstar
${pylint} !(gubernator|external|bazel-*)/**/*.py
${pylint} !(gubernator|external|vendor|bazel-*)/**/*.py

0 comments on commit 7ed47bb

Please sign in to comment.