diff --git a/README.md b/README.md index 8c0acb5..951c46d 100644 --- a/README.md +++ b/README.md @@ -59,15 +59,9 @@ configuration: [pytest] cppcheck_args = --enable=warning,style,performance,portability - --suppress=missingIncludeSystem - --suppress=normalCheckLevelMaxBranches + --check-level=exhaustive ``` -`missingIncludeSystem` suppresses noise about system headers that aren't -available to cppcheck. `normalCheckLevelMaxBranches` suppresses an -informational message that cppcheck emits on complex files and that would -otherwise be reported as a failure. - ### `cppcheck_extensions` File extensions to collect. Default: `.c .cpp`.