MacMonitor CI/CD Pipeline / Build & Test (Intel x86_64) (push) Successful in 2m37s
24 lines
387 B
YAML
24 lines
387 B
YAML
disabled_rules:
|
|
- type_body_length
|
|
- function_body_length
|
|
- file_length
|
|
- cyclomatic_complexity
|
|
- identifier_name
|
|
- line_length
|
|
- large_tuple
|
|
- multiple_closures_with_trailing_closure
|
|
- trailing_whitespace
|
|
- implicit_optional_initialization
|
|
|
|
opt_in_rules:
|
|
- empty_count
|
|
|
|
included:
|
|
- Sources
|
|
- Tests
|
|
|
|
excluded:
|
|
- MacMonitor.xcodeproj
|
|
- build
|
|
- DerivedData
|