theforeman/foreman_fog_proxmox

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-12-12 13:41:50 UTC using RuboCop version 1.23.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
  Exclude:
    - 'foreman_fog_proxmox.gemspec'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AllowMultipleStyles, EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
# SupportedHashRocketStyles: key, separator, table
# SupportedColonStyles: key, separator, table
# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
Layout/HashAlignment:
  Exclude:
    - 'app/models/foreman_fog_proxmox/proxmox.rb'

# Offense count: 1
Lint/SelfAssignment:
  Exclude:
    - 'app/models/foreman_fog_proxmox/proxmox_vm_new.rb'

# Offense count: 35
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 43

# Offense count: 39
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
  Max: 314

# Offense count: 10
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
  Max: 320

# Offense count: 10
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 11

# Offense count: 41
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
  Max: 98

# Offense count: 7
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
  Max: 155

# Offense count: 8
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
  Max: 13

# Offense count: 6
# Configuration parameters: EnforcedStyle, IgnoredPatterns.
# SupportedStyles: snake_case, camelCase
Naming/MethodName:
  Exclude:
    - 'app/models/concerns/orchestration/proxmox/compute.rb'

# Offense count: 56
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName:
  Exclude:
    - 'app/controllers/concerns/foreman_fog_proxmox/compute_resources_vms_controller.rb'
    - 'app/helpers/proxmox_compute_resources_vms_helper.rb'
    - 'app/helpers/proxmox_form_helper.rb'
    - 'app/helpers/proxmox_vm_config_helper.rb'
    - 'app/models/concerns/host_ext/proxmox/associator.rb'
    - 'app/models/concerns/host_ext/proxmox/for_vm.rb'
    - 'app/models/concerns/host_ext/proxmox/interfaces.rb'
    - 'app/models/foreman_fog_proxmox/proxmox.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_compute_attributes.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_interfaces.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_pools.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_vm_commands.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_volumes.rb'
    - 'lib/foreman_fog_proxmox/hash_collection.rb'
    - 'test/factories/foreman_fog_proxmox/proxmox_node_mock_factory.rb'

# Offense count: 19
# Configuration parameters: Include.
# Include: app/helpers/**/*.rb
Rails/HelperInstanceVariable:
  Exclude:
    - 'app/helpers/proxmox_compute_resources_vms_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: Include.
# Include: **/Rakefile, **/*.rake
Rails/RakeEnvironment:
  Exclude:
    - 'lib/tasks/foreman_fog_proxmox_tasks.rake'

# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
  Exclude:
    - 'app/overrides/compute_resources_vms/form/add_clone_to_new_vm_compute_detail.rb'
    - 'app/overrides/compute_resources_vms/form/add_from_profile_to_compute_attributes_form.rb'
    - 'app/overrides/compute_resources_vms/form/add_vm_type_node_to_new_form.rb'
    - 'app/overrides/compute_resources_vms/form/add_vm_type_to_networks_form.rb'
    - 'app/overrides/compute_resources_vms/form/add_vm_type_to_nic_provider_specific_form.rb'
    - 'app/overrides/compute_resources_vms/form/add_vm_type_to_volumes_edit.rb'
    - 'app/overrides/compute_resources_vms/form/add_vm_type_to_volumes_new_volume.rb'
    - 'app/overrides/compute_resources_vms/form/remove_new_vm_from_removable_layout.rb'
    - 'db/migrate/20210312105013_update_proxmox_uuid_host.rb'

# Offense count: 3
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'app/helpers/proxmox_vm_volumes_helper.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_connection.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_interfaces.rb'

# Offense count: 8
# Cop supports --auto-correct.
Style/IfUnlessModifier:
  Exclude:
    - 'app/helpers/proxmox_vm_interfaces_helper.rb'
    - 'app/helpers/proxmox_vm_volumes_helper.rb'
    - 'app/models/concerns/host_ext/proxmox/interfaces.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_connection.rb'

# Offense count: 1
Style/MixinUsage:
  Exclude:
    - 'db/migrate/20210312105013_update_proxmox_uuid_host.rb'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IgnoredMethods.
# SupportedStyles: predicate, comparison
Style/NumericPredicate:
  Exclude:
    - 'app/helpers/proxmox_compute_resources_helper.rb'
    - 'app/models/foreman_fog_proxmox/proxmox_volumes.rb'

# Offense count: 3
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter:
  Exclude:
    - 'app/models/foreman_fog_proxmox/proxmox_interfaces.rb'

# Offense count: 37
# Cop supports --auto-correct.
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 199