Enable new opt-in SwiftLint rules

This commit is contained in:
Matt Rubin 2016-12-23 00:33:34 -05:00
parent baeb5cb3e2
commit e148cd2530

View File

@ -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