Skip to content
Snippets Groups Projects
Commit dc412b48 authored by Douwe Maan's avatar Douwe Maan
Browse files

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

Disable the Rails/Delegate cop

Closes #35869

See merge request !13267
parents f15e7642 7ace475a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment