pipelineUtils/.groovylintrc.json
2024-02-07 18:19:26 -08:00

11 lines
194 B
JSON

{
"extends": "recommended",
"rules": {
"DuplicateStringLiteral": {
"enabled": false
},
"Indentation": {
"enabled": false
}
}
}