mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Fix rubocop issues
This commit is contained in:
parent
9a2cd816df
commit
1e67715e2c
4 changed files with 27 additions and 26 deletions
|
|
@ -17,7 +17,7 @@ require 'vmfloaty/ssh'
|
|||
class Vmfloaty
|
||||
include Commander::Methods
|
||||
|
||||
def run
|
||||
def run # rubocop:disable Metrics/AbcSize
|
||||
program :version, Vmfloaty::VERSION
|
||||
program :description, 'A CLI helper tool for Puppet Labs VM poolers to help you stay afloat'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue