Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes (#453)

This commit is contained in:
Joni Van Roost 2021-06-15 21:55:53 +02:00 committed by GitHub
parent 58eec85aaa
commit 1c611b0012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 1070 additions and 1065 deletions

View file

@ -3,9 +3,9 @@ disabled_rules:
- function_body_length
- identifier_name
- trailing_comma
excluded:
- Carthage
type_body_length: 500
file_length: 500
cyclomatic_complexity:
ignores_case_statements: true
ignores_case_statements: true
opening_brace:
allow_multiline_func: true