jenkins-container/.groovylintrc.json
Jim Nicholson b5105b7be5
Some checks failed
Homelab/jenkins-container/pipeline/head There was a failure building this commit
Initial commit
2022-02-03 01:38:09 -08:00

14 lines
262 B
JSON

{
"extends": "recommended",
"rules": {
"CompileStatic": {
"enabled": false
},
"DuplicateStringLiteral": {
"enabled": false
},
"VariableName": {
"enabled": false
}
}
}