From 3c5ffa2ba5849f0a5358a78603617fc7129a94c1 Mon Sep 17 00:00:00 2001 From: Matt Rubin Date: Mon, 24 Apr 2017 12:52:30 -0400 Subject: [PATCH] Re-enable the identifier_name SwiftLint rule --- .swiftlint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 953de4d..b01278b 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -3,7 +3,6 @@ disabled_rules: - force_cast - force_try - function_body_length - - identifier_name - type_body_length opt_in_rules: