BrewCenter / BrewCenterAPI

An open source api for managing homebrewing related data.
32 stars 11 forks source link

Lint Code #80

Closed MichaelWashburnJr closed 3 years ago

MichaelWashburnJr commented 7 years ago

The project could use a good linting and fixing. Be sure to test your results thoroughly before PRing

maxlefebvre commented 7 years ago

Hey, I'm interested in helping out and I have forked and started linting a bit. But since I'm a little new to this, are there any errors I should ignore such as E501-line too long or missing docstrings or would you like me to try to fix those up as well?

MichaelWashburnJr commented 7 years ago

No errors are too small to ignore! I'm a big fan of following the recommended rules enforced by linters. Keep in mind you don't have to lint the entire project to help! Try starting with just a file or two if you'd like!