- Disallow labels that share a name with a variable
This rule aims to create clearer code by disallowing the bad practice of creating a label that shares a name with a variable that is in scope.
You can check them out here.