Merge branch 'bugfix/fix_static_analysis_rules_v4.0' into 'release/v4.0'
static analysis: Apply current limits of known defects (v4.0) See merge request espressif/esp-idf!9277
This commit is contained in:
commit
009492ca9a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
limits:
|
limits:
|
||||||
"clang-analyzer-core.NullDereference" : 9
|
"clang-analyzer-core.NullDereference" : 11
|
||||||
"clang-analyzer-unix.Malloc" : 9
|
"clang-analyzer-unix.Malloc" : 7
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- "llvm-header-guard"
|
- "llvm-header-guard"
|
||||||
|
|
Loading…
Reference in a new issue