Each skip file has been populated with the pylint errors I actually got locally when checking the file.
10 lines
1.3 KiB
Text
10 lines
1.3 KiB
Text
Light_Paintstick_HalloWing/light_paintstick_hallowing.py 61: Unnecessary pass statement (unnecessary-pass)
|
|
Light_Paintstick_HalloWing/light_paintstick_hallowing.py 135: Unnecessary "else" after "raise" (no-else-raise)
|
|
Light_Paintstick_HalloWing/light_paintstick_hallowing.py 136: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
|
|
Light_Paintstick_HalloWing/light_paintstick_hallowing.py 138: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
|
|
Light_Paintstick_HalloWing/light_paintstick_hallowing.py 63: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
|
Light_Paintstick_HalloWing/light_paintstick_cpx.py 87: Unnecessary pass statement (unnecessary-pass)
|
|
Light_Paintstick_HalloWing/light_paintstick_cpx.py 161: Unnecessary "else" after "raise" (no-else-raise)
|
|
Light_Paintstick_HalloWing/light_paintstick_cpx.py 162: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
|
|
Light_Paintstick_HalloWing/light_paintstick_cpx.py 164: Consider explicitly re-raising using the 'from' keyword (raise-missing-from)
|
|
Light_Paintstick_HalloWing/light_paintstick_cpx.py 89: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|