mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
15 lines
406 B
JSON
15 lines
406 B
JSON
|
|
{
|
||
|
|
"extends": "recommended-jenkinsfile",
|
||
|
|
"rules": {
|
||
|
|
"formatting.LineLength": {
|
||
|
|
"length": 300,
|
||
|
|
"severity": "info"
|
||
|
|
},
|
||
|
|
"size.NestedBlockDepth": {
|
||
|
|
"maxNestedBlockDepth": 15
|
||
|
|
},
|
||
|
|
"formatting.DuplicateNumberLiteral": "off",
|
||
|
|
"formatting.DuplicateMapLiteral": "off",
|
||
|
|
"formatting.DuplicateStringLiteral": "off"
|
||
|
|
}
|
||
|
|
}
|