19 lines
334 B
YAML
19 lines
334 B
YAML
included:
|
|
- Passepartout
|
|
- PassepartoutLibrary/Sources
|
|
- PassepartoutLibrary/Tests
|
|
analyzer_rules:
|
|
- unused_declaration
|
|
- unused_import
|
|
opt_in_rules:
|
|
- sorted_imports
|
|
disabled_rules:
|
|
- cyclomatic_complexity
|
|
- file_length
|
|
- force_cast
|
|
- function_body_length
|
|
- identifier_name
|
|
- line_length
|
|
- nesting
|
|
- todo
|