Exclude third_party from validate-license.sh

Signed-off-by: John Howard <howardjohn@google.com>
pull/6609/head
John Howard 6 years ago
parent db5358965e
commit 91bc50382b

@ -21,6 +21,7 @@ find_files() {
\( \ \( \
-wholename './vendor' \ -wholename './vendor' \
-o -wholename '*testdata*' \ -o -wholename '*testdata*' \
-o -wholename '*third_party*' \
\) -prune \ \) -prune \
\) \ \) \
\( -name '*.go' -o -name '*.sh' \) \( -name '*.go' -o -name '*.sh' \)

Loading…
Cancel
Save