Skip to content

Commit 96a8c7d

Browse files
committed
cpplint: ignore miniz files
This is third-party code.
1 parent 048c001 commit 96a8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/run_diff.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ then
3737
echo "Ensure cpplint.py is inside the $script_folder directory then run again"
3838
exit 1
3939
else
40-
cmd='${script_folder}/cpplint.py --filter=-whitespace/operators,-readability/identifier_spacing $file 2>&1 >/dev/null'
40+
cmd='${script_folder}/cpplint.py --exclude=jbmc/src/miniz/* --filter=-whitespace/operators,-readability/identifier_spacing $file 2>&1 >/dev/null'
4141
fi
4242
else
4343
echo "Mode $mode not recognized"

0 commit comments

Comments
 (0)