-
-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Labels
Description
Expected Behavior of the rule
Prevent usage of instance equality checks
Context
=== and == are both valid in kotlin. We also write a lot of typescript/javascript on our team (sadly no multiplatform kotlin) and a few of us accidently use === sometimes instead of == for equals. There should be a rule to prevent usage of === as you very rarely want instance equality checks anyways.
Reactions are currently unavailable