From ca7bdb92a5793dab7d36fce1916dfb03b8bea45a Mon Sep 17 00:00:00 2001 From: Nicholas Maccharoli Date: Sun, 24 Feb 2019 23:28:31 +0900 Subject: [PATCH] Update .swiftlint.yml After trying to build this project I got a build failure due to swiftlint raising an error for the lint rule `identifier_name` with version `0.30.1`. Disabling this rule for now allows the build to succeed for now but maybe later fixing the source and enabling the rule might be wise. --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index fda547e..b1e449b 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -5,6 +5,7 @@ excluded: # paths to ignore during linting. Takes precedence over `included`. - Pods disabled_rules: - type_name + - identifier_name # configurable rules can be customized from this configuration file # binary rules can set their severity level