From d3e98192756159fd460d1547d9840e73b473de90 Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 23 May 2018 11:42:17 -0700 Subject: Add a test synchronization script (#1303) * Add a project sync script * Give an error if the configuration references a group that doesn't exist * Fix hard_assert_test reference * Run sync_project to sort all project elements --- scripts/check_copyright.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/check_copyright.sh') diff --git a/scripts/check_copyright.sh b/scripts/check_copyright.sh index 5cd8a18..cc83e29 100755 --- a/scripts/check_copyright.sh +++ b/scripts/check_copyright.sh @@ -22,7 +22,7 @@ options=( ) git grep "${options[@]}" \ - -- '*.'{c,cc,h,js,m,mm,py,sh,swift} \ + -- '*.'{c,cc,h,js,m,mm,py,rb,sh,swift} \ ':(exclude)**/third_party/**' if [[ $? == 0 ]]; then echo "ERROR: Missing copyright notices in the files above. Please fix." -- cgit v1.2.3