Each skip file has been populated with the pylint errors I actually got locally when checking the file.
8 lines
629 B
Text
8 lines
629 B
Text
FunHouse_Motion_Outlet/code.py 64: Trailing whitespace (trailing-whitespace)
|
|
FunHouse_Motion_Outlet/code.py 113: Trailing whitespace (trailing-whitespace)
|
|
FunHouse_Motion_Outlet/code.py 23: Using the global statement (global-statement)
|
|
FunHouse_Motion_Outlet/code.py 43: Unused argument 'userdata' (unused-argument)
|
|
FunHouse_Motion_Outlet/code.py 43: Unused argument 'result' (unused-argument)
|
|
FunHouse_Motion_Outlet/code.py 43: Unused argument 'payload' (unused-argument)
|
|
FunHouse_Motion_Outlet/code.py 49: Unused argument 'client' (unused-argument)
|
|
FunHouse_Motion_Outlet/code.py 53: Unused argument 'client' (unused-argument)
|