static analysis: Apply current limits of known defects on v4.1

This commit is contained in:
David Cermak 2020-06-23 10:14:42 +02:00 committed by bot
parent dd99fc77cb
commit a19fa857ad

View File

@ -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"