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

[Backport][ipa-4-7] pylintrc: ignore R1720 no-else-raise errors #2869

Closed
wants to merge 1 commit into from
Closed

[Backport][ipa-4-7] pylintrc: ignore R1720 no-else-raise errors #2869

wants to merge 1 commit into from

Conversation

fcami
Copy link
Contributor

@fcami fcami commented Feb 28, 2019

MANUAL BACKPORT

Newer pylint trips on unnecessary else/elif after raise.
Ignore that error for now as it breaks our build.

Signed-off-by: François Cami fcami@redhat.com
Reviewed-By: Christian Heimes cheimes@redhat.com

Newer pylint trips on unnecessary else/elif after raise.
Ignore that error for now as it breaks our build.

Signed-off-by: François Cami <fcami@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
@fcami fcami added the ack Pull Request approved, can be merged label Feb 28, 2019
@fcami
Copy link
Contributor Author

fcami commented Feb 28, 2019

Added ack as it's trivial, passes CI, and is a backport.

@fcami
Copy link
Contributor Author

fcami commented Feb 28, 2019

ipa-4-7:

  • 052a3d2 pylintrc: ignore R1720 no-else-raise errors

@fcami fcami added the pushed Pull Request has already been pushed label Feb 28, 2019
@fcami fcami closed this Feb 28, 2019
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
Development

Successfully merging this pull request may close these issues.

1 participant