diff --git a/.rubocop.yml b/.rubocop.yml index 5b8b1d8..51ea68b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -391,6 +391,11 @@ Style/WordArray: StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#percent-w' Enabled: false +Style/SymbolArray: + Description: 'Use %i or %I for arrays of symbols.' + StyleGuide: '#percent-i' + Enabled: false + # Layout Layout/AlignParameters: