Disable the Rails/Delegate cop
See https://gitlab.com/gitlab-org/gitlab-ce/issues/35869 for the rationale. Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
43c015472b
commit
7ace475ae2
1 changed files with 2 additions and 1 deletions
|
@ -943,8 +943,9 @@ Rails/Date:
|
|||
Enabled: false
|
||||
|
||||
# Prefer delegate method for delegations.
|
||||
# Disabled per https://gitlab.com/gitlab-org/gitlab-ce/issues/35869
|
||||
Rails/Delegate:
|
||||
Enabled: true
|
||||
Enabled: false
|
||||
|
||||
# This cop checks dynamic `find_by_*` methods.
|
||||
Rails/DynamicFindBy:
|
||||
|
|
Loading…
Reference in a new issue