We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048c001 commit 96a8c7dCopy full SHA for 96a8c7d
scripts/run_diff.sh
@@ -37,7 +37,7 @@ then
37
echo "Ensure cpplint.py is inside the $script_folder directory then run again"
38
exit 1
39
else
40
- cmd='${script_folder}/cpplint.py --filter=-whitespace/operators,-readability/identifier_spacing $file 2>&1 >/dev/null'
+ cmd='${script_folder}/cpplint.py --exclude=jbmc/src/miniz/* --filter=-whitespace/operators,-readability/identifier_spacing $file 2>&1 >/dev/null'
41
fi
42
43
echo "Mode $mode not recognized"
0 commit comments