mirror of
https://github.com/puppetlabs/vmpooler-provider-gce.git
synced 2026-01-25 19:18:40 -05:00
fix rubocop and spec tests
This commit is contained in:
parent
daa55fe5b8
commit
a4c730df7b
5 changed files with 49 additions and 31 deletions
16
.rubocop.yml
16
.rubocop.yml
|
|
@ -36,16 +36,18 @@ Style/SwapValues: # (new in 1.1)
|
|||
#disabled
|
||||
|
||||
Metrics/AbcSize:
|
||||
Max: 77
|
||||
Enabled: false
|
||||
Metrics/ClassLength:
|
||||
Max: 430
|
||||
Enabled: false
|
||||
Metrics/CyclomaticComplexity:
|
||||
Max: 14
|
||||
Enabled: false
|
||||
Metrics/MethodLength:
|
||||
Max: 48
|
||||
Enabled: false
|
||||
Metrics/PerceivedComplexity:
|
||||
Max: 14
|
||||
Enabled: false
|
||||
Metrics/ParameterLists:
|
||||
Max: 6
|
||||
Enabled: false
|
||||
Layout/LineLength:
|
||||
Max: 220
|
||||
Enabled: false
|
||||
Metrics/BlockLength:
|
||||
Enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue