summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--development/cppcheck/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/cppcheck/README b/development/cppcheck/README
index f9741d43c0..00b1accd63 100644
--- a/development/cppcheck/README
+++ b/development/cppcheck/README
@@ -1,7 +1,7 @@
-Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers
-and many other analysis tools, it doesn't detect syntax errors. Cppcheck
-only detects the types of bugs that the compilers normally fail to detect.
-The goal is to have no false positives.
+Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++
+compilers and many other analysis tools, it doesn't detect syntax
+errors. Cppcheck only detects the types of bugs that the compilers
+normally fail to detect. The goal is to have no false positives.
To supplement Cppcheck, it is recommended that you enable as many
compiler warnings as possible. For the GCC compiler, take a look