diff --git a/.rubocop.yml b/.rubocop.yml index ed46718de..8bd439eae 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -594,6 +594,8 @@ Style/StringLiteralsInInterpolation: Style/SymbolProc: Enabled: true + AllowedMethods: + - respond_to Style/TrailingCommaInArrayLiteral: Enabled: true