aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check_whitespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_whitespace.sh')
-rwxr-xr-xscripts/check_whitespace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_whitespace.sh b/scripts/check_whitespace.sh
index a38d4ce..b549ea1 100755
--- a/scripts/check_whitespace.sh
+++ b/scripts/check_whitespace.sh
@@ -25,7 +25,7 @@ options=(
)
git grep "${options[@]}" \
- -- ':(exclude)Firestore/Protos/nanopb'
+ -- ':(exclude)Firestore/Protos/nanopb' ':(exclude)Firestore/Protos/cpp'
if [[ $? == 0 ]]; then
echo "ERROR: Trailing whitespace found in the files above. Please fix."
exit 1