20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"extends": "recommended",
|
|
"rules": {
|
|
"convention.CompileStatic": "off",
|
|
"convention.NoDef": "off",
|
|
"groovyism.ExplicitCallToEqualsMethod": "off",
|
|
"groovyism.GStringExpressionWithinString": "off",
|
|
"naming.VariableName": {
|
|
"ignoreVariableNames": "_"
|
|
},
|
|
"naming.FactoryMethodName": "off",
|
|
"unnecessary.UnnecessaryGetter": "off",
|
|
"size.NestedBlockDepth": {
|
|
"maxNestedBlockDepth": 10
|
|
},
|
|
"unused.UnusedVariable": {
|
|
"ignoreVariableNames": "_"
|
|
}
|
|
}
|
|
} |