mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Enable new opt-in SwiftLint rules
This commit is contained in:
parent
baeb5cb3e2
commit
e148cd2530
@ -7,12 +7,16 @@ disabled_rules:
|
|||||||
- type_body_length
|
- type_body_length
|
||||||
|
|
||||||
opt_in_rules:
|
opt_in_rules:
|
||||||
|
- attributes
|
||||||
|
- closure_end_indentation
|
||||||
- closure_spacing
|
- closure_spacing
|
||||||
- conditional_returns_on_newline
|
- conditional_returns_on_newline
|
||||||
- empty_count
|
- empty_count
|
||||||
- explicit_init
|
- explicit_init
|
||||||
|
- first_where
|
||||||
- overridden_super_call
|
- overridden_super_call
|
||||||
- private_outlet
|
- private_outlet
|
||||||
|
- prohibited_super_call
|
||||||
- redundant_nil_coalescing
|
- redundant_nil_coalescing
|
||||||
- switch_case_on_newline
|
- switch_case_on_newline
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user