You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: