mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
14 lines
271 B
YAML
14 lines
271 B
YAML
disabled_rules:
|
|
- line_length
|
|
- function_body_length
|
|
- identifier_name
|
|
- trailing_comma
|
|
- large_tuple
|
|
type_body_length: 500
|
|
file_length: 750
|
|
cyclomatic_complexity:
|
|
ignores_case_statements: true
|
|
opening_brace:
|
|
allow_multiline_func: true
|
|
excluded:
|
|
- .build
|