Skip to content
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

Linting standards #3

Closed
markbandstra opened this issue Oct 31, 2016 · 1 comment
Closed

Linting standards #3

markbandstra opened this issue Oct 31, 2016 · 1 comment
Labels

Comments

@markbandstra
Copy link
Member

Which linters should we use to standardize our code?

I have become more of a fan of pylint recently. It can give a lot of messages at first, but I find them actually pretty helpful in the long run once a couple of the worst offenders are muted.

Maybe we can consider a minimum linting requirement, like pyflakes or flake8 or pep8, and a recommended standard like pylint with some errors ignored. It sounds like we can integrate these when we set up continuous integration.

Any thoughts?

@markbandstra
Copy link
Member Author

We will require flake8 and recommend pylint.

Meeting notes: https://github.com/bearing/becquerel/wiki/Meetings#code-style-standards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants