diff --git a/.rubocop.yml b/.rubocop.yml index fcba6ffedbc..b5eebd324f3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -118,6 +118,10 @@ Style/TrailingCommaInHashLiteral: Style/SymbolArray: Enabled: false +# In some circumstances, this looks really unintuitive +Rails/Delegate: + Enabled: false + Rails/DynamicFindBy: Whitelist: - find_by_param