# CppCheck global suppressions # Do not use this file for suppressions that could easily be declared inline. # Allow the use of implicit constructors. noExplicitConstructor:* # In most cases using STL algorithm functions causes unnecessary code bloat. useStlAlgorithm:* # Non-static non-virtual stubs are often useful for establishing code structure. functionStatic:* # cppcheck trips on #include and there's no way to # suppress that exlusively missingInclude:* # Shut up. Just shut up. unmatchedSuppression:* # Do not check third-party libraries *:*lib*