{
    "extends": "recommended",
    "rules": {
        "CompileStatic": "off",
        "ConfusingTernary": "off",
        "CouldBeElvis": "off",
        "CouldBeSwitchStatement": "off",
        "FieldTypeRequired": "off",
        "HashtableIsObsolete": "off",
        "IfStatementCouldBeTernary": "off",
        "Indentation": {
            "spacesPerIndentLevel": 2,
            "severity": "info"
        },
        "InvertedCondition": "off",
        "InvertedIfElse": "off",
        "LongLiteralWithLowerCaseL": "off",
        "MethodParameterTypeRequired": "off",
        "MethodReturnTypeRequired": "off",
        "NoDef": "off",
        "NoJavaUtilDate": "off",
        "LineLength": "off"
    }
}
