AuburnACM / auacm

The Auburn ACM Website
Apache License 2.0
15 stars 3 forks source link

Code style #22

Open WilliamHester opened 8 years ago

WilliamHester commented 8 years ago

Consistent style across the web app. Should follow Google's Javascript guide, and Google/PEP8 Python style guide. Should not throw any error in any linters.

Mac-Genius commented 7 years ago

So I just finished a branch that brings the backend up to the pylint standard, and the frontend has the angular linter which currently throws no errors. You can simply run make lint and it will run both linters and check for errors. As soon as that is merged into master, we can probably close this issue.