(maint) Ignore the crashing WordArray cop in rubocop

Previously the Style/WordArray cop was crashing in the following fil:
lib/vmpooler/api/helpers.rb

This commit disables this cop until the root cause can be determined.
This commit is contained in:
Glenn Sarti 2017-03-16 16:00:32 -07:00
parent 04c91588af
commit a276542098

View file

@ -44,6 +44,9 @@ Metrics/BlockLength:
Metrics/ModuleLength: Metrics/ModuleLength:
Enabled: false Enabled: false
# WordArray is crashing rubocop in lib/vmpooler/api/helpers.rb
Style/WordArray:
Enabled: false
# Either sytnax for regex is ok # Either sytnax for regex is ok
Style/RegexpLiteral: Style/RegexpLiteral: