1
0
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:
Tino Vázquez 2022-12-20 19:11:46 +01:00
parent b25274323e
commit df44921a19
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
2 changed files with 4 additions and 1 deletions

View File

@ -783,6 +783,9 @@ Style/RedundantCondition:
Style/RedundantStringEscape:
Enabled: false
Style/ConcatArrayLiterals:
Enabled: false
######
# LINT
######

View File

@ -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'