Sha256: e20e1723daf6af816c7ebe8d2b0bd2bbd6031252b684b2a2b2d2836f64c1c0bf

Contents?: true

Size: 675 Bytes

Versions: 6

Compression:

Stored size: 675 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml

require:
  - rubocop-minitest
  - rubocop-performance
  - rubocop-rake

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/Documentation:
  Enabled: false

Style/HashSyntax:
  Enabled: false # don't force 1.9 hash syntax

Style/StringLiterals:
  Enabled: false # dont't enforce

Style/WordArray:
  Enabled: false

Style/GuardClause:
  Enabled: false # don't enforce this

Layout/SpaceInsideHashLiteralBraces:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled : false

Metrics/PerceivedComplexity:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Metrics/MethodLength:
  Max: 45

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fog-vsphere-3.6.5 .rubocop.yml
fog-vsphere-3.6.4 .rubocop.yml
fog-vsphere-3.6.3 .rubocop.yml
fog-vsphere-3.6.2 .rubocop.yml
fog-vsphere-3.5.3 .rubocop.yml
fog-vsphere-3.6.0 .rubocop.yml