WorkDir: update cppcheck suppressions
Add the following suppressions to the default cppcheck configuration:
-
unknownMacro
: suppress warnings about e.g.BOOST_AUTO_TEST
-
duplInheritedMember
: there are many of these warnings in our code base but usually they are legitimate use-cases -
syntaxError
: cppcheck seems to have problems with some of our macros. But as long as it compiles it's surely a cppcheck bug. -
normalCheckLevelMaxBranches
: do not warn about files that are skipped due to their complexity
cc @sroe @ssnyder @emoyse and loosely related to ATLINFR-5443,
Edited by Frank Winklmeier