- Disallow assignment operators in return statements
This rule aims to eliminate assignments from return statements. As such, it will warn whenever an assignment is found as part of return.
You can check them out here.