Commit graph

12 commits

Author SHA1 Message Date
b02b572ea6
change the message template to one vim likes
The default message template, with a colon after the filename,
works better in vim as an error file (:cfile). Switch, because
I don't think anyone else depends on the exact syntax and both forms
are clear-ish to humans.
2022-09-08 15:56:58 -05:00
Kattni Rembor
32d88ff7fb Add Feather ESP32-S2 examples. 2021-11-30 09:58:25 -05:00
Kattni Rembor
bd602ba0f4 Code for rotary encoder guide. 2021-10-01 11:17:46 -04:00
Jim Bennett
9b059420e7 Disabling unexpected-keyword-arg to allow explicit keyword args to make code easier to read 2020-05-30 16:11:05 -07:00
Dan Halbert
532f53b21f Revert "new warning disable"
This reverts commit 6fc1cd11a3.
2018-07-18 13:14:42 -04:00
ladyada
6fc1cd11a3 new warning disable 2018-07-18 11:36:27 -04:00
Kattni Rembor
87c786caea Added consider-using-enumerate to pylintrc disable 2018-05-28 22:36:01 -04:00
Kattni Rembor
60ba1f4b0c Final fixes requested on the initial linting 2018-05-28 20:04:57 -04:00
Craig Richardson
b04114d881 Update disable and move message format to new line 2018-05-23 20:29:01 +01:00
Craig Richardson
d5e1ab801a Add unused-variable to pylint disable 2018-05-23 20:21:57 +01:00
Kattni
1bcb5dad01
Updated disable
Updated the pylintrc disable line to include a majority of the suggestions from @craigargh

A detailed explanation of each disable added can be found here: https://github.com/adafruit/Adafruit_Learning_System_Guides/issues/2

I chose to leave out anything that Craig stated could or should be refactored, including things he said he didn't have the eq to test etc.
2018-05-16 15:19:44 -04:00
Dylan Whichard
6daf818938 Ignore directories with .circuitpython.skip in them; add pylintrc 2018-05-14 13:35:41 -04:00