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

feat: remove pylint useless suppressions #254

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Ang-m4
Copy link
Contributor

@Ang-m4 Ang-m4 commented Feb 26, 2025

Description

This PR enables the Pylint's useless suppression validation. This rule reports when a message is explicitly disabled for a line or a block of code, but never triggered. It was implemented as shown in Pylint's docs.

Changes

  • Remove any unused validations suppressed through the entire project in f978201
  • Change the makefile and setup.cfg for further validations in bfbc460

Testing

After locally executing make quality changes seems to be ok.

image

Note

Even though multiple files were affected, I only removed the useless suppressions; no major changes were applied.

@Ang-m4 Ang-m4 marked this pull request as ready for review February 28, 2025 14:52
@Ang-m4 Ang-m4 requested a review from andrey-canon February 28, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant