From 91bc50382b026d2f3a33bcdd4ea75cacd9c5eaaa Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 8 Oct 2019 13:33:20 -0700 Subject: [PATCH] Exclude third_party from validate-license.sh Signed-off-by: John Howard --- scripts/validate-license.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/validate-license.sh b/scripts/validate-license.sh index 3d9488fc7..00bd38ea2 100755 --- a/scripts/validate-license.sh +++ b/scripts/validate-license.sh @@ -21,6 +21,7 @@ find_files() { \( \ -wholename './vendor' \ -o -wholename '*testdata*' \ + -o -wholename '*third_party*' \ \) -prune \ \) \ \( -name '*.go' -o -name '*.sh' \)