Skip to content

Commit f18260f

Browse files
authored
[Infra] Update check_copyright.sh to ignore root third_party directories (#13403)
1 parent 1aad9da commit f18260f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check_copyright.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ options=(
2424
list=$(git grep "${options[@]}" -- \
2525
'*.'{c,cc,cmake,h,js,m,mm,py,rb,sh,swift} \
2626
CMakeLists.txt '**/CMakeLists.txt' \
27+
':(exclude)third_party/**' \
2728
':(exclude)**/third_party/**')
2829

2930
# Allow copyrights before 2020 without LLC.

0 commit comments

Comments
 (0)