From 92d07718072e4050bc3d2ed0f1082f6fca6b1a4f Mon Sep 17 00:00:00 2001 From: Joe Blau Date: Sun, 24 Jun 2018 14:26:38 -0400 Subject: [PATCH] Fix Swiftlint rules --- .swiftlint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 7695d780..6591e64f 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -5,7 +5,6 @@ disabled_rules: # rule identifiers to exclude from running - line_length opt_in_rules: # some rules are only opt-in - empty_count - - missing_docs # Find all the available rules by running: # swiftlint rules included: # paths to include during linting. `--path` is ignored if present. @@ -37,7 +36,7 @@ type_name: warning: 40 error: 50 excluded: iPhone # excluded via string -variable_name: +identifier_name: min_length: # only min_length error: 3 # only error excluded: # excluded via string array