- Disallow reassigning const variables
This rule is aimed to flag modifying variables that are declared using const keyword.
You can check them out here.