From a19fa857ad65ee12062620e4e6a8c3fd04fec506 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.1 --- 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 6678b85cb3..0ef512ae0c 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" : 8 ignore: - "llvm-header-guard"