-
-
Notifications
You must be signed in to change notification settings - Fork 421
Detect the same if conditions #2241
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is neededlevel:advancedNeeds a lot of careNeeds a lot of carerule requestAdding a new ruleAdding a new rule
Milestone
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededlevel:advancedNeeds a lot of careNeeds a lot of carerule requestAdding a new ruleAdding a new rule
Today I saw this code:
The thing is that
isinstance(x, int)is duplicated. And the second branch won't ever be called.We need to detecct this kind of problems and report them.