2023-03-19 13:41:53 +00:00
|
|
|
included:
|
|
|
|
- Passepartout
|
2023-03-19 15:10:40 +00:00
|
|
|
- PassepartoutLibrary/Sources
|
|
|
|
- PassepartoutLibrary/Tests
|
|
|
|
analyzer_rules:
|
|
|
|
- unused_declaration
|
|
|
|
- unused_import
|
2023-04-04 07:50:45 +00:00
|
|
|
opt_in_rules:
|
|
|
|
- sorted_imports
|
2023-03-19 13:41:53 +00:00
|
|
|
disabled_rules:
|
|
|
|
- cyclomatic_complexity
|
|
|
|
- file_length
|
|
|
|
- force_cast
|
2023-03-19 15:10:40 +00:00
|
|
|
- function_body_length
|
2023-03-19 13:41:53 +00:00
|
|
|
- identifier_name
|
|
|
|
- line_length
|
|
|
|
- nesting
|
|
|
|
- todo
|