From ae177f70779d7b6a18787b7791a09088a3e46520 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 23 Jun 2020 10:14:42 +0200 Subject: [PATCH] static analysis: Apply current limits of known defects on v4.0 --- tools/ci/static-analysis-rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci/static-analysis-rules.yml b/tools/ci/static-analysis-rules.yml index 6678b85cb..cff07e00a 100644 --- a/tools/ci/static-analysis-rules.yml +++ b/tools/ci/static-analysis-rules.yml @@ -1,6 +1,6 @@ limits: - "clang-analyzer-core.NullDereference" : 9 - "clang-analyzer-unix.Malloc" : 9 + "clang-analyzer-core.NullDereference" : 11 + "clang-analyzer-unix.Malloc" : 7 ignore: - "llvm-header-guard"