static analysis: Apply current limits of known defects on v4.0
This commit is contained in:
parent
4f22be795d
commit
ae177f7077
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue