From e42fd8f2577b35d144440d2b841464c6a966b9d4 Mon Sep 17 00:00:00 2001 From: Maxim Sorokin Date: Wed, 8 Apr 2020 19:56:42 +0300 Subject: [PATCH] added new swiftlint rules --- xcode/.swiftlint.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index 1e67a30..03d9b04 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -237,31 +237,8 @@ custom_rules: message: "Comparing a boolean to true is redundant (use `?? false` for optionals), and `!`-syntax is preferred over comparing to false." severity: error - final_class: - name: "Final Class" - regex: "(?