Checks for unnecessary constructor in classes that contain only static methods or fields.

Configuration

{
    "type": "UnnecessaryConstructor",
    "props": {
        "severity": "ERROR"
    }
}