- Disallow unnecessary constructors
This rule flags class constructors that can be safely removed without changing how the class works.
You can check them out here.