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

Add pylint checks for Python code #327

Open
drinckes opened this issue May 6, 2019 · 2 comments
Open

Add pylint checks for Python code #327

drinckes opened this issue May 6, 2019 · 2 comments

Comments

@drinckes
Copy link
Contributor

drinckes commented May 6, 2019

Python got code formatting added in #326 - in addition we should add pylint checking as well to pick up common errors.

We could adopt the pylintrc from the YAPF project.

Note: The pylintrc and the YAPF style will need to agree - for example the indentation in YAPF is four spaces and the above pylintrc uses two spaces.

It will need to be added to the travis.yml, and all the issues (there will be lots) addressed.

@fulldecent
Copy link
Contributor

Recommended tag: implementation

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

No branches or pull requests

3 participants
@fulldecent @drinckes and others