1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

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: