Adafruit_Learning_System_Gu.../CircuitPython_Slider/.circuitpython.skip
Jeff Epler a426be25e1 Add 141 skip files
Each skip file has been populated with the pylint errors I actually got locally
when checking the file.
2021-08-11 14:02:31 -05:00

3 lines
305 B
Text

CircuitPython_Slider/code.py 142: Assigning the same variable 'mode' to itself (self-assigning-variable)
CircuitPython_Slider/code.py 156: Assigning the same variable 'mode' to itself (self-assigning-variable)
CircuitPython_Slider/code.py 166: Redundant comparison - mode == mode (comparison-with-itself)