forked from platformio/platformio-core
Disable PyLint warning
This commit is contained in:
@ -135,7 +135,7 @@ def ConvertInoToCpp(env):
|
|||||||
atexit.register(delete_tmpcpp_file, tmpcpp_file)
|
atexit.register(delete_tmpcpp_file, tmpcpp_file)
|
||||||
|
|
||||||
|
|
||||||
def DumpIDEData(env):
|
def DumpIDEData(env): # pylint: disable=too-many-branches
|
||||||
data = {
|
data = {
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"includes": [],
|
"includes": [],
|
||||||
|
Reference in New Issue
Block a user