mirror of https://github.com/mpv-player/mpv
11 lines
214 B
YAML
11 lines
214 B
YAML
|
disabled_rules:
|
||
|
- identifier_name
|
||
|
- line_length
|
||
|
- large_tuple
|
||
|
- void_function_in_ternary
|
||
|
- function_body_length
|
||
|
- cyclomatic_complexity
|
||
|
- file_length
|
||
|
- type_body_length
|
||
|
strict: true
|