mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
style(pylint): exclude checkers "too many nested_blocks/branches/statements"
This commit is contained in:
parent
b24b06d16c
commit
4d3c2e284e
@ -147,6 +147,9 @@ disable=print-statement,
|
||||
too-few-public-methods,
|
||||
too-many-locals,
|
||||
bad-super-call, # since we still haven't drop python2 support
|
||||
too-many-nested-blocks,
|
||||
too-many-branches,
|
||||
too-many-statements,
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
# either give multiple identifier separated by comma (,) or put this option
|
||||
|
Loading…
Reference in New Issue
Block a user