mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(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:
parent
04c91588af
commit
a276542098
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ Metrics/BlockLength:
|
|||
Metrics/ModuleLength:
|
||||
Enabled: false
|
||||
|
||||
# WordArray is crashing rubocop in lib/vmpooler/api/helpers.rb
|
||||
Style/WordArray:
|
||||
Enabled: false
|
||||
|
||||
# Either sytnax for regex is ok
|
||||
Style/RegexpLiteral:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue