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

py3: enable py3 pylint #388

Closed
wants to merge 1 commit into from
Closed

py3: enable py3 pylint #388

wants to merge 1 commit into from

Conversation

MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti commented Jan 11, 2017

We should run pylint in both python2 and python3 versions

@tiran tiran added ack Pull Request approved, can be merged and removed ack Pull Request approved, can be merged labels Jan 11, 2017
@@ -40,7 +40,8 @@ steps:
-a ${server_password} --setup-dns --auto-forwarders
- ipa-kra-install -p ${server_password}
lint:
- make V=0 lint
- PYTHON=/usr/bin/python2 make V=0 lint
- PYTHON=/usr/bin/python3 make V=0 lint
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make the python3 target pylint only. I just realized that lint also runs the i18n and JS linters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that running those linters twice is an issue, but as you wish I updated PR

We should run pylint in both python2 and python3 versions
@tiran
Copy link
Member

tiran commented Jan 11, 2017

It's just a minor performance improvements to speed up CI.

@tiran tiran added the ack Pull Request approved, can be merged label Jan 11, 2017
@MartinBasti
Copy link
Contributor Author

Lint part of travis-CI passed

@MartinBasti
Copy link
Contributor Author

@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants