Commit 7ace475a authored by Rémy Coutable's avatar Rémy Coutable

Disable the Rails/Delegate cop

See https://gitlab.com/gitlab-org/gitlab-ce/issues/35869 for the
rationale.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 43c01547
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment