mirror of
https://codeberg.org/secana/ForgejoKit.git
synced 2026-06-16 05:13:53 -07:00
18 lines
390 B
YAML
18 lines
390 B
YAML
# Test fixtures embed large, verbatim JSON payloads and exhaustive decoding
|
|
# cases, so length limits are relaxed here. Quality/safety rules stay enabled.
|
|
disabled_rules:
|
|
- trailing_comma
|
|
- opening_brace
|
|
|
|
file_length:
|
|
warning: 1500
|
|
error: 2000
|
|
type_body_length:
|
|
warning: 1300
|
|
error: 1500
|
|
function_body_length:
|
|
warning: 60
|
|
error: 100
|
|
line_length:
|
|
warning: 600
|
|
error: 700
|