pipelineUtils/.groovylintrc.json
2024-02-01 01:05:58 -08:00

8 lines
118 B
JSON

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