-
-
Notifications
You must be signed in to change notification settings - Fork 421
Make WPS222 configurable #3493
Copy link
Copy link
Closed
Labels
featureNew feature or requestNew feature or requestgood first issueEntrypoint to the projectEntrypoint to the projecthelp wantedExtra attention is neededExtra attention is neededlevel:starterGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueEntrypoint to the projectEntrypoint to the projecthelp wantedExtra attention is neededExtra attention is neededlevel:starterGood for newcomersGood for newcomers
Currently we use
MAX_CONDITIONS: Final = 4as a constant inconstants.py. There's no way to configureMAX_CONDITIONS.However, there might be projects where
5or even8might be reasonable.So, let's add a configuration option with the same default for this rule.