Commit dc412b48 authored by Douwe Maan's avatar Douwe Maan

Merge branch '35869-disable-the-Rails/Delegate-cop' into 'master'

Disable the Rails/Delegate cop

Closes #35869

See merge request !13267
parents f15e7642 7ace475a
......@@ -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