Sha256: c314bfd9135d7084162500fea9edf2f2d61f0e3043321ee26ceeaead20d01cbf

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-12-14 14:56:02 +0100 using RuboCop version 0.52.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: 2
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 25

# 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: 113
Style/Documentation:
  Enabled: false

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

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

Version data entries

5 entries across 3 versions & 2 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-ovirt-1.1.0/.rubocop_todo.yml
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-ovirt-1.1.0/.rubocop_todo.yml
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-ovirt-1.1.0/.rubocop_todo.yml
fog-ovirt-1.1.0 .rubocop_todo.yml
fog-ovirt-1.0.4 .rubocop_todo.yml