Skip to content

Commit

Permalink
Skip copyright check for data-connect ProtoGen files (#13651)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Sep 16, 2024
1 parent f1f01c7 commit 546a39b
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)**/Sources/ProtoGen' \
':(exclude)third_party/**' \
':(exclude)**/third_party/**')

Expand Down

0 comments on commit 546a39b

Please sign in to comment.