From 79884f245afae4e602cbde2f0721896a11fa910c Mon Sep 17 00:00:00 2001 From: bruntib Date: Thu, 4 May 2023 14:54:47 +0200 Subject: [PATCH] [analyzer] Disable cppcheck-preprocessorErrorDirective explicitly This checker gives a lot of false positive reports mainly because cppcheck doesn't support the analysis on different target architectures. --- config/labels/analyzers/cppcheck.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/labels/analyzers/cppcheck.json b/config/labels/analyzers/cppcheck.json index dc6091f1a5..eb421297f9 100644 --- a/config/labels/analyzers/cppcheck.json +++ b/config/labels/analyzers/cppcheck.json @@ -695,7 +695,6 @@ "severity:LOW" ], "cppcheck-preprocessorErrorDirective": [ - "profile:default", "severity:HIGH" ], "cppcheck-publicAllocationError": [