mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_static_analysis_rules_v4.1' into 'release/v4.1'
static analysis: Apply current limits of known defects (v4.1) See merge request espressif/esp-idf!9282
This commit is contained in:
commit
e1115c951e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user