Sha256: 73470ed6e342a6b3f27e0c0b779936890e82b29adea8ef840b413f319e19db9c

Contents?: true

Size: 1.78 KB

Versions: 3

Compression:

Stored size: 1.78 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-10-15 17:29:26 +0300 using RuboCop version 0.81.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: CountComments.
Metrics/ClassLength:
  Max: 150

# Offense count: 8
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 26

# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
Naming/FileName:
  Exclude:
    - 'Gemfile.local.rb'

# Offense count: 1
Style/ClassVars:
  Exclude:
    - 'lib/fog/bin/ovirt.rb'

# Offense count: 1
Style/CommentedKeyword:
  Exclude:
    - 'lib/fog/ovirt/models/compute/server.rb'

# Offense count: 98
Style/Documentation:
  Enabled: false

# Offense count: 3
Style/DoubleNegation:
  Exclude:
    - 'lib/fog/ovirt/models/compute/server.rb'
    - 'tests/helpers/succeeds_helper.rb'

# Offense count: 84
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
  Enabled: false

# Offense count: 3
Style/MissingRespondToMissing:
  Exclude:
    - 'lib/fog/ovirt/compute.rb'

# Offense count: 4
Style/MultilineTernaryOperator:
  Exclude:
    - 'lib/fog/ovirt/models/compute/server.rb'
    - 'lib/fog/ovirt/models/compute/template.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-ovirt-2.0.2 .rubocop_todo.yml
fog-ovirt-2.0.1 .rubocop_todo.yml
fog-ovirt-2.0.0 .rubocop_todo.yml