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

Show report with all messages that were manually disabled #89

Open
antonag32 opened this issue Nov 14, 2022 · 1 comment
Open

Show report with all messages that were manually disabled #89

antonag32 opened this issue Nov 14, 2022 · 1 comment

Comments

@antonag32
Copy link
Contributor

Using the command pylint -c mandatory -d all -e locally-disabled we should show all issues/messages that were found but were manually disabled by the user with stuff like # pylint: disable.

@moylop260
Copy link
Collaborator

and add an extra parameter to fail if disable

Maybe,

--fail-if-disable=sql-injection,other

and so on

compatible to set it with environment variable too

and use by default sql-injection

Note: IDK if pylint supports this out-of-the-box

and I don't know if it could be better creating a new pylint check from original project or plugin

...

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

No branches or pull requests

2 participants