pipelineUtils/.groovylintrc.json
Jim Nicholson b76d3f0fc5 Revamp stages and restructure project (#1)
Reviewed-on: #1
Co-authored-by: Jim Nicholson <thejimnicholson@gmail.com>
Co-committed-by: Jim Nicholson <thejimnicholson@gmail.com>
2024-02-08 02:22:19 +00:00

11 lines
194 B
JSON

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