Skip to content

Commit

Permalink
[Infra] Update check_copyright.sh to ignore root third_party direct…
Browse files Browse the repository at this point in the history
…ories (#13403)
  • Loading branch information
ncooke3 authored Jul 25, 2024
1 parent 1aad9da commit f18260f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ options=(
list=$(git grep "${options[@]}" -- \
'*.'{c,cc,cmake,h,js,m,mm,py,rb,sh,swift} \
CMakeLists.txt '**/CMakeLists.txt' \
':(exclude)third_party/**' \
':(exclude)**/third_party/**')

# Allow copyrights before 2020 without LLC.
Expand Down

0 comments on commit f18260f

Please sign in to comment.