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

[FEATURE REQUEST] Allow Pylint useless-suppression #373

Closed
rik opened this issue Mar 19, 2020 · 1 comment · Fixed by #435
Closed

[FEATURE REQUEST] Allow Pylint useless-suppression #373

rik opened this issue Mar 19, 2020 · 1 comment · Fixed by #435
Assignees

Comments

@rik
Copy link
Contributor

rik commented Mar 19, 2020

Is your feature request related to a problem? Please describe.
Pylint useless-suppression option is useful to keep the number of pylint comments to a minimum in a codebase. I'd like to enable it but found out that it was unconditionally disabled by prospector: https://github.com/PyCQA/prospector/blob/a9a993ae7aad28b7ec176119c263596459a0db5a/prospector/tools/pylint/__init__.py#L80-L82

Describe the solution you'd like
Allow useless-suppression from a prospector profile. Looking at the surrounding comments, I'm not sure why it is unconditionally disabled.

@chocoelho chocoelho self-assigned this May 22, 2020
@chocoelho
Copy link
Contributor

Thanks @rik. I should go through this over the weekend.

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

Successfully merging a pull request may close this issue.

2 participants