- Require parentheses when invoking a constructor with no arguments
This rule requires parentheses when invoking a constructor with no arguments using the new keyword in order to increase code clarity.
You can check them out here.