cppcheck: simplify example (#2937)

This commit is contained in:
Marco Bonelli
2019-04-22 14:44:54 +02:00
committed by Lucas Gabriel Schneider
parent 084c10c6de
commit 07fe98693d

View File

@@ -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: