From 120e7e78fede943153277a032724ffce4cf8bab0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 12 Oct 2020 20:59:52 -0400 Subject: development/cppcheck: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/cppcheck/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'development/cppcheck') 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 -- cgit v1.2.3-65-gdbad