npm-groovy-lint
Version:
Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files
25 lines (24 loc) • 705 B
JSON
{
"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"
}
}