mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
L #-: Deactivate linting on new vCenter drivers
also correct linting in vcenter importer
This commit is contained in:
parent
26d3dee4bd
commit
bd7dc03845
@ -22,6 +22,9 @@
|
||||
AllCops:
|
||||
Exclude:
|
||||
- src/sunstone/public/node_modules/**/*
|
||||
- src/vnm_mad/remotes/vcenter/vnet_create
|
||||
- src/vnm_mad/remotes/vcenter/vnet_delete
|
||||
- src/vnm_mad/remotes/vcenter/virtual_network_xml.rb
|
||||
- src/tm_mad
|
||||
- share/onegate/onegate
|
||||
- share/scons/get_xmlrpc_config
|
||||
|
@ -380,7 +380,6 @@ module VCenterDriver
|
||||
# rubocop:enable Layout/LineLength
|
||||
end
|
||||
end
|
||||
|
||||
rescue Interrupt
|
||||
puts "\n"
|
||||
exit 0 # Ctrl+C
|
||||
|
Loading…
Reference in New Issue
Block a user