Skip to content

Commit

Permalink
fix: rubocop lint adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 27, 2023
1 parent eebf699 commit fb22b4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Style/LineEndConcatenation:
Layout/LineLength:
Description: 'Limit lines to 139 characters.'
Enabled: true
Max: 139
Max: 180

Metrics/CyclomaticComplexity:
Description: 'Avoid complex methods.'
Expand Down
4 changes: 0 additions & 4 deletions lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1056,10 +1056,6 @@ def zonecfgnicconfig(uii, opts)
strt = "#{@pfexec} zonecfg -z #{@machine.name} "
cie = config.cloud_init_enabled
aa = config.allowed_address
if opts[:vlan].nil?
else

end
case config.brand
when 'lx'
shrtstr1 = %(set allowed-address=#{allowed_address}; add property (name=gateway,value="#{defrouter}"); )
Expand Down

0 comments on commit fb22b4f

Please sign in to comment.