cppcheck: simplify example (#2937)

italian
Marco Bonelli 2019-04-22 14:44:54 +02:00 committed by Lucas Gabriel Schneider
parent 084c10c6de
commit 07fe98693d
1 changed files with 2 additions and 2 deletions

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: