-
-
Notifications
You must be signed in to change notification settings - Fork 421
WPS226 false positive on fstring parts #3548
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueEntrypoint to the projectEntrypoint to the projecthelp wantedExtra attention is neededExtra attention is neededlevel:starterGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueEntrypoint to the projectEntrypoint to the projecthelp wantedExtra attention is neededExtra attention is neededlevel:starterGood for newcomersGood for newcomers
This code raises a violation:
When
--max-string-usage=1is provided.Output:
This does not seem right, because strings that are part of
fstrings should not be counted byWPS226PR would be rather easy :)