Skip to content

Commit

Permalink
Tweaked cppcheck suppressions.
Browse files Browse the repository at this point in the history
Change-Id: I873b038cf777de35d622660f66b4f3e1f75e2f60
  • Loading branch information
spt29 committed Nov 26, 2019
1 parent ad34720 commit d235a43
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .cppcheck-suppressions
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ missingIncludeSystem
unusedFunction
useStlAlgorithm
// The TEST/TEST_F macros from googletest do not contain "override".
missingOverride:test_*.cc
missingOverride:test/test_*.cc
// funny unreadVariable false positives regarding gtest_ar
unreadVariable:test/test_*.cc
// We do not care about warnings in our libraries.
*:*/includes/asio/*
*:*/includes/googletest/*
*:*/include/gtest/*
*:*/includes/*
*:*/include/re2/*
// Why on earth do we need this???
unmatchedSuppression:test_*.cc
unmatchedSuppression:test/test_*.cc
unmatchedSuppression:*/includes/asio/*
unmatchedSuppression:*/includes/googletest/*
unmatchedSuppression:*/include/gtest/*
unmatchedSuppression:*/includes/*
unmatchedSuppression:*/include/re2/*
unmatchedSuppression

0 comments on commit d235a43

Please sign in to comment.