Skip to content

Commit

Permalink
undo ad hoc debugging to code_check
Browse files Browse the repository at this point in the history
  • Loading branch information
M1chaelM authored and dtdavi1 committed Jul 29, 2021
1 parent ba31fce commit 65986c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/code_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ if [ $xmlout -eq 1 ]; then
(echo $CPPLINT_FILES | xargs python tools/cpplint.py 2>&1) \
| python tools/cpplint_to_cppcheckxml.py 2> $xmldir/cpplint.xml
elif [ $QUICK_CHECK -eq 0 ]; then
echo $CPPLINT_FILES
echo $CPPLINT_FILES | xargs python3 tools/cpplint.py 2>&1
fi

0 comments on commit 65986c8

Please sign in to comment.