-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Lint all the libraries! #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Background on the lint configs is available here: adafruit/cookiecutter-adafruit-circuitpython#6 |
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
This introduces a minor change to the constructor API because the kwargs now must be keywords and not positional. I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
This also standardizes the README and CODE_OF_CONDUCT. I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I will start with MAX7219 |
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I may have lost changes by ladyada and katni. changed your comment for this issue to added a PRs ready for review category. Also tried to reinstate PRs Complete category. |
I as working on Char_LCD and RGB_Display |
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I am starting on pylint of SD |
I am picking up SimpleIO. |
i also did wavefrom |
I am starting on HID |
I haven't tested these changes on device yet. Please only merge you test it or I follow up later to say its tested. For adafruit/circuitpython#475
I'm doing IS31FL3731. I believe its the last one. |
There was a lot of work involved with incorporating pylint into the library build process and it is complete. Thanks everyone! |
Uh oh!
There was an error while loading. Please reload this page.
I'm going through and updating the libraries to our new build process and to turn on lint. Here is the process:
.pylintrc
from the cookiecutter repo into the new repo..gitignore
script
section of.travis.yml
to reflect the driver name.pylint --disable=missing-docstring,invalid-name examples/*.py
to pylint all examples and fix all errors.If you are doing the PR then please check the box below before you start! That way no one else will do it at the same time.
Remaining
Pending PRs
These PRs may need testing before they can be merged.
Complete PRs
These PRs complete with testing and releases!
The text was updated successfully, but these errors were encountered: