-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[unknown-option-value] False negative after --disable=all #9403
Copy link
Copy link
Labels
False Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeGood first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationWork in progress
Milestone
Metadata
Metadata
Assignees
Labels
False Negative 🦋No message is emitted but something is wrong with the codeNo message is emitted but something is wrong with the codeGood first issueFriendly and approachable by new contributorsFriendly and approachable by new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementationThis issue is accepted, sufficiently specified and now needs an implementationWork in progress
Bug description
The option
--enabledoes not give an error when an unknown error code is used. It should give an error.What I was trying is to enable just a group of warnings. I tried
W1andW1*. No error but also no warning. But the code does have some W1203 problems in it.Configuration
No response
Command used
Pylint output
Expected behavior
Give an error.
Pylint version
OS / Environment
Debian 12 arm64
Additional dependencies
No response