Fix warning about using %w[] instead of %W[]

This commit is contained in:
Jack Nagel 2015-01-24 21:07:31 -05:00
parent 105fcb5399
commit c60454a72f

View File

@ -98,6 +98,8 @@ Style/FileName:
# https://github.com/bbatsov/rubocop/issues/1543
Style/WordArray:
Enabled: false
Style/UnneededCapitalW:
Enabled: false
# percent-x is allowed for multiline
# TODO: enforce when rubocop has fixed this