diff --git a/pages/common/cppcheck.md b/pages/common/cppcheck.md index c078677ad..69b39b3ef 100644 --- a/pages/common/cppcheck.md +++ b/pages/common/cppcheck.md @@ -15,9 +15,9 @@ `cppcheck --enable={{error|warning|style|performance|portability|information|all}} {{path/to/file.cpp}}` -- List available tests, filtered by a given search pattern: +- List available tests: -`cppcheck --errorlist | grep "{{search_pattern}}"` +`cppcheck --errorlist` - Check a given file, ignoring specific tests: