20 lines
357 B
YAML
20 lines
357 B
YAML
function_body_length: 1000
|
|
type_body_length:
|
|
warning: 10000
|
|
trailing_comma:
|
|
mandatory_comma: true
|
|
line_length: 120
|
|
opening_brace:
|
|
ignore_multiline_statement_conditions: true
|
|
identifier_name:
|
|
min_length: 1
|
|
allowed_symbols: ["_"]
|
|
file_length:
|
|
error: 10000
|
|
warning: 3000
|
|
cyclomatic_complexity:
|
|
warning: 50
|
|
error: 100
|
|
disabled_rules:
|
|
- todo
|