You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current rule appears to be undercomplex with regard to allowed domains. Discuss whether the logic of the rule needs to be changed or the excluded selector list needs to extended only.
Example false positive:
checkPlantCollision: aPlant
(self right > aPlant left and: [self left < aPlant right]) ifTrue: [
self
noSpeed;
eat: aPlant;
collided:true]
The text was updated successfully, but these errors were encountered:
The current rule appears to be undercomplex with regard to allowed domains. Discuss whether the logic of the rule needs to be changed or the excluded selector list needs to extended only.
Example false positive:
The text was updated successfully, but these errors were encountered: