From 917ff13a0a2f70afad06e0bb620966425b03a2b9 Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 21 May 2020 11:51:43 +0300 Subject: [PATCH] [Update] info --- xcode/.swiftlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcode/.swiftlint.yml b/xcode/.swiftlint.yml index a4c1c83..4bbc84c 100644 --- a/xcode/.swiftlint.yml +++ b/xcode/.swiftlint.yml @@ -236,7 +236,7 @@ custom_rules: addSubview_in_cell: name: "Usage addSubview in cell" regex: '(extension|class)\s*\w+Cell(:| )(?s).*(self\.|\s{2,})add(Subv|V)iews?\(\w' - message: "Use сontentView instead of self for addSubview or addSubviews methods." + message: "Use сontentView instead of self for addSubview or addSubviews methods in cell." severity: error # Rx