mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-15 21:03:55 -07:00
15 lines
No EOL
406 B
JSON
15 lines
No EOL
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"
|
|
}
|
|
} |