9 lines
160 B
YAML
9 lines
160 B
YAML
|
disabled_rules:
|
||
|
- shorthand_operator
|
||
|
- nesting
|
||
|
line_length: 180
|
||
|
file_length: 1000
|
||
|
type_body_length: 500
|
||
|
function_body_length: 100
|
||
|
cyclomatic_complexity: 20
|