mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
L #-: Minor linting change
This commit is contained in:
parent
b25274323e
commit
df44921a19
@ -783,6 +783,9 @@ Style/RedundantCondition:
|
||||
Style/RedundantStringEscape:
|
||||
Enabled: false
|
||||
|
||||
Style/ConcatArrayLiterals:
|
||||
Enabled: false
|
||||
|
||||
######
|
||||
# LINT
|
||||
######
|
||||
|
@ -233,7 +233,7 @@ module VCenterDriver
|
||||
end
|
||||
|
||||
nxs_type = @one_item['TEMPLATE/NSX_TYPE']
|
||||
unless nxs_type == NSXDriver::NSXConstants::NSXT; return; end
|
||||
return unless nxs_type == NSXDriver::NSXConstants::NSXT
|
||||
|
||||
# URL to test a connection
|
||||
url = '/api/v1/transport-zones'
|
||||
|
Loading…
x
Reference in New Issue
Block a user