Skip to content

Commit 546a39b

Browse files
authored
Skip copyright check for data-connect ProtoGen files (#13651)
1 parent f1f01c7 commit 546a39b

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)**/Sources/ProtoGen' \
2728
':(exclude)third_party/**' \
2829
':(exclude)**/third_party/**')
2930

0 commit comments

Comments
 (0)