Showing 528 of 528 total issues
Method define_http_listeners
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def define_http_listeners(http_listeners) http_listener_arr = [] http_listeners.each do |listener| http_listener = Azure::ARM::Network::Models::ApplicationGatewayHttpListener.new
- Read upRead up
Method define_subnet_objects
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def define_subnet_objects(subnets) subnet_objects = [] subnets.each do |subnet| network_security_group = Azure::ARM::Network::Models::NetworkSecurityGroup.new network_security_group.id = subnet[:network_security_group_id]
- Read upRead up
Method parse
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def self.parse(recordset) hash = get_hash_from_object(recordset) hash['resource_group'] = get_resource_group_from_id(recordset.id) hash['zone_name'] = get_record_set_from_id(recordset.id) type = get_type_from_recordset_type(recordset.type)
- Read upRead up
Method get_security_rule_objects
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def get_security_rule_objects(security_rules) rules = [] security_rules.each do |sr| security_rule = Azure::ARM::Network::Models::SecurityRule.new security_rule.description = sr[:description] unless sr[:description].nil?
- Read upRead up
Method get_os_profile
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def get_os_profile(vm_config) # Arguments unpacking platform = vm_config[:platform] vm_name = vm_config[:name] username = vm_config[:username]
- Read upRead up
Method get_os_disk_parameters
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def get_os_disk_parameters(resource_group, virtual_machine_name) os_disk_parameters = {} begin vm = get_virtual_machine(resource_group, virtual_machine_name, false)
- Read upRead up
Method delete_resource_tag
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def delete_resource_tag(resource_id, tag_name, tag_value, api_version = API_VERSION) split_resource = resource_id.split('/') unless resource_id.nil? if split_resource.count != 9 raise 'Invalid Resource Id' end
- Read upRead up
Method get_unmanaged_vm_storage_profile
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
def get_unmanaged_vm_storage_profile(vm_config) # Arguments unpacking vm_name = vm_config[:name] storage_account_name = vm_config[:storage_account_name] publisher = vm_config[:publisher]
- Read upRead up
%w
-literals should be delimited by [
and ]
. Open
identity :key, aliases: %w(Name name)
- Read upRead up
- Exclude checks
%w
-literals should be delimited by [
and ]
. Open
identity :key, aliases: %w(Name name Key)
- Read upRead up
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if frontend_port.is_a?(Hash)
- Read upRead up
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if missing.length == 1
- Read upRead up
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if http_listeners.is_a?(Array)
- Read upRead up
- Exclude checks
%w
-literals should be delimited by [
and ]
. Open
attribute :blob_type, aliases: %w(Blob-Type BlobType)
- Read upRead up
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if backend_address_pool.is_a?(Hash)
- Read upRead up
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if missing.length == 1
- Read upRead up
- Exclude checks
Use a guard clause instead of wrapping the code inside a conditional expression. Open
if url_path_maps.is_a?(Array)
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency azure_mgmt_key_vault
should appear before azure_mgmt_sql
. Open
spec.add_dependency 'azure_mgmt_key_vault', '~> 0.9.0'
- Read upRead up
- Exclude checks
Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency mime-types
should appear before vhd
. Open
spec.add_dependency 'mime-types', '~> 3.0'
- Read upRead up
- Exclude checks
%w
-literals should be delimited by [
and ]
. Open
attribute :lease_status, aliases: %w(Lease-Status LeaseStatus)
- Read upRead up
- Exclude checks