From e148cd25301d3183c79877b7dabaac69e284a2dd Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Fri, 23 Dec 2016 00:33:34 -0500 Subject: [PATCH] Enable new opt-in SwiftLint rules --- .swiftlint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 52917bd..f532a3d 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -7,12 +7,16 @@ disabled_rules: - type_body_length opt_in_rules: + - attributes + - closure_end_indentation - closure_spacing - conditional_returns_on_newline - empty_count - explicit_init + - first_where - overridden_super_call - private_outlet + - prohibited_super_call - redundant_nil_coalescing - switch_case_on_newline