From cf52fec51c652303539895a7c58116a5b63b8e6d Mon Sep 17 00:00:00 2001 From: Abhishek Banthia Date: Sun, 5 May 2019 16:49:40 -0700 Subject: [PATCH] More changes. --- .swiftlint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index 92184d6..96ea1cf 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -2,7 +2,8 @@ disabled_rules: # rule identifiers to exclude from running - type_body_length - file_length - type_name - # - nesting + - variable_name + - nesting opt_in_rules: # some rules are only opt-in - empty_count # included: # paths to include during linting. `--path` is ignored if present.