mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Fix DDC reliability on latest Xcode versions, migrate to SPM, more fixes (#453)
This commit is contained in:
parent
58eec85aaa
commit
1c611b0012
43 changed files with 1070 additions and 1065 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue