From c12d482c2d49cd60d4a0358ac57b2054c6700e7f Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 29 Apr 2022 12:36:49 +0300 Subject: [PATCH] Opt out of the `identifier_name` swiflint rule. --- .swiftlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.swiftlint.yml b/.swiftlint.yml index 10519fb37..83043a21e 100755 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -3,6 +3,7 @@ disabled_rules: - trailing_whitespace - unused_setter_value - redundant_discardable_let + - identifier_name # some rules are only opt-in opt_in_rules: