-
Notifications
You must be signed in to change notification settings - Fork 192
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
Enable linting via Travis #860
Comments
Probably want to add an |
Eh, it's only a few more lines to add what we want for JS. So I did that instead. |
I'm gonna go with the following pep8 magical incantation to give to travis:
E402 complains about non-top-level imports, but in certain places we have to wait on the app to be initialized before importing junk. |
yeah \o/ |
eslint + pep8 for now.
The text was updated successfully, but these errors were encountered: