Some checks failed
Homelab/jenkins-container/pipeline/head There was a failure building this commit
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"extends": "recommended",
|
|
"rules": {
|
|
"CompileStatic": {
|
|
"enabled": false
|
|
},
|
|
"DuplicateStringLiteral": {
|
|
"enabled": false
|
|
},
|
|
"VariableName": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
} |