Skip to content

Commit

Permalink
(cpplint) ignoring flag because of clang-tidy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 22, 2024
1 parent 48eea30 commit 39fce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/code_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if test -z "$DIRECTORY"; then
echo "------ *.cpp ------"
echo "--------------------"
code_linter/cpplint/cpplint.py --linelength=120 \
--filter=-runtime/references,-whitespace/indent_namespace,"${INCLUDE_ORDER}" \
--filter=-readability/nolint,-runtime/references,-whitespace/indent_namespace,"${INCLUDE_ORDER}" \
--linelength=120 src/*/*.cpp

echo "--------------------"
Expand Down

0 comments on commit 39fce9c

Please sign in to comment.