Skip to content

Commit

Permalink
Merge pull request #5624 from rvykydal/update-cpp-check
Browse files Browse the repository at this point in the history
infra: update cpp check
  • Loading branch information
rvykydal committed Apr 29, 2024
2 parents 19b545e + de1e968 commit 245f37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cppcheck/runcppcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fi
# is defined
cppcheck_output="$(echo "$filelist" |
xargs cppcheck -q -v --error-exitcode=1 \
--check-level=exhaustive \
--template='{id}:{file}:{line}: {message}' \
--inline-suppr \
--enable=warning,unusedFunction \
Expand Down

0 comments on commit 245f37d

Please sign in to comment.