mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
tools: pylint: disable warnings on argument mismatch in ttfw
This commit is contained in:
committed by
Jakob Hasse
parent
fc22e3c645
commit
e326009515
@@ -247,7 +247,7 @@ missing-member-hint-distance=1
|
|||||||
missing-member-max-choices=1
|
missing-member-max-choices=1
|
||||||
|
|
||||||
# List of decorators that change the signature of a decorated function.
|
# List of decorators that change the signature of a decorated function.
|
||||||
signature-mutators=
|
signature-mutators=ttfw_idf.idf_example_test,ttfw_idf.idf_unit_test,ttfw_idf.idf_custom_test,ttfw_idf.idf_component_unit_test
|
||||||
|
|
||||||
|
|
||||||
[SPELLING]
|
[SPELLING]
|
||||||
|
Reference in New Issue
Block a user