Skip to content

Commit 90ce190

Browse files
committed
Rubocop: Ignore Rails/Delegate
This rule makes code shorter, but much less understandable.
1 parent 34682f8 commit 90ce190

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ Style/TrailingCommaInHashLiteral:
113113
Style/SymbolArray:
114114
Enabled: false
115115

116+
# In some circumstances, this looks really unintuitive
117+
Rails/Delegate:
118+
Enabled: false
119+
116120
Rails/DynamicFindBy:
117121
Whitelist:
118122
- find_by_param

0 commit comments

Comments
 (0)