mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 04:45:33 +00:00
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
|