From d9028abe48352786af3fc38bbd540a680b9c434c Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 23 Aug 2017 23:26:48 +0300 Subject: [PATCH] Add some useful rules --- .swiftlint.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index cdc4692..5bc070e 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -2,6 +2,11 @@ disabled_rules: - identifier_name opt_in_rules: - private_outlet + - closure_spacing + - closure_end_indentation + - empty_count + - explicit_init + - extension_access_modifier excluded: - Carthage - Pods