From f85b42d0990d069f277efa590f6f5a1731cf6d84 Mon Sep 17 00:00:00 2001 From: Jes Ramsing Date: Wed, 10 Oct 2018 14:32:20 +0200 Subject: [PATCH 1/3] Added documentation for --suppress-xml --- man/cppcheck.1.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 59cb03eafae..0d3fcab5e29 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -135,6 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + @@ -515,6 +516,12 @@ There are false positives with this option. Each result must be carefully invest Suppress warnings listed in the file. Each suppression is in the format of <spec> above. + + + + + Use suppressions defined in xml as described in the manual + From 9b22753c462b1273aae4202c1ed2ce3908592670 Mon Sep 17 00:00:00 2001 From: Jes Ramsing Date: Wed, 10 Oct 2018 14:40:03 +0200 Subject: [PATCH 2/3] Bad copy place job "--suppress-xml" not "--suppressions-list" --- man/cppcheck.1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 0d3fcab5e29..5010913a37f 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -135,7 +135,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - + @@ -518,7 +518,7 @@ There are false positives with this option. Each result must be carefully invest - + Use suppressions defined in xml as described in the manual From a43d6353cfa503f3d6fbfaeca694436e43ef288c Mon Sep 17 00:00:00 2001 From: Jes Ramsing Date: Thu, 11 Oct 2018 08:47:49 +0200 Subject: [PATCH 3/3] Fixed indentation to use . instead of tab --- man/cppcheck.1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 5010913a37f..fa717d9170f 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -517,7 +517,7 @@ There are false positives with this option. Each result must be carefully invest Each suppression is in the format of <spec> above. - + Use suppressions defined in xml as described in the manual