8000 Merge pull request #30 from cordney/patch-1 · misgeatgit/cppbestpractices@faaa8e2 · GitHub
Skip to content

Commit faaa8e2

Browse files
committed
Merge pull request cpp-best-practices#30 from cordney/patch-1
Fix --enable=all parameter to cppcheck
2 parents 6b8144b + 8abbb8d commit faaa8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The best bet is the static analyzer that you can run as part of your automated b
123123
Coverity has a free (for open source) static analysis toolkit that can work on every commit in integration with [Travis CI](http://travis-ci.org) and [AppVeyor](http://www.appveyor.com/).
124124

125125
### Cppcheck
126-
Cppcheck is free and open source. It strives for 0 false positives and does a good job at it. Therefore all warnings should be enabled: `-enable=all`
126+
Cppcheck is free and open source. It strives for 0 false positives and does a good job at it. Therefore all warnings should be enabled: `--enable=all`
127127

128128
### Clang's Static Analyzer
129129

0 commit comments

Comments
 (0)
0