mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
pylint: increase instance attribute number from 7 to 12
This commit is contained in:
parent
a4f2206d4c
commit
26e1e5ece8
@ -505,7 +505,7 @@ variable-naming-style=snake_case
|
|||||||
max-args=5
|
max-args=5
|
||||||
|
|
||||||
# Maximum number of attributes for a class (see R0902).
|
# Maximum number of attributes for a class (see R0902).
|
||||||
max-attributes=7
|
max-attributes=12
|
||||||
|
|
||||||
# Maximum number of boolean expressions in an if statement (see R0916).
|
# Maximum number of boolean expressions in an if statement (see R0916).
|
||||||
max-bool-expr=5
|
max-bool-expr=5
|
||||||
|
Loading…
Reference in New Issue
Block a user