Sha256: 09be9f2a8bea91ff268122a2e87ee862ec735970a0b639f812c902ce2208357a

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.2
  SuggestExtensions: false
  NewCops: enable

Metrics/ClassLength:
  Exclude:
    - 'test/*.rb'
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Max: 30
Metrics/MethodLength:
  Max: 30
Metrics/CyclomaticComplexity:
  Max: 12
Metrics/PerceivedComplexity:
  Max: 12
Layout/EndOfLine:
  EnforcedStyle: lf

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iri-0.6.0 .rubocop.yml