[Update] info

This commit is contained in:
Vlad 2020-05-21 11:51:43 +03:00
parent 14cce365b8
commit 917ff13a0a
1 changed files with 1 additions and 1 deletions

View File

@ -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