Sha256: 403050c79c836b11e6a7315f1c0ca3db6e407a9529990fca30362c00436dbc5e

Contents?: true

Size: 556 Bytes

Versions: 2

Compression:

Stored size: 556 Bytes

Contents

AllCops:
  DisplayCopNames: true
Metrics/AbcSize:
  Max: 100
Metrics/ClassLength:
  Max: 125
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/MethodLength:
  Exclude:
    - '**/*.rb'
  Enabled: false
Metrics/PerceivedComplexity:
  Max: 30
Metrics/LineLength:
  Max: 200
Metrics/MethodLength:
  Max: 25
Style/Documentation:
  Enabled: false
Style/EndOfLine:
  EnforcedStyle: lf
Style/SignalException:
  Enabled: false
Layout/SpaceInsideBrackets:
  Enabled: false
Style/MutableConstant:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"
 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kitchen-vra-2.7.1 .rubocop.yml
kitchen-vra-2.7.0 .rubocop.yml