Sha256: 90eff20d73eb9ea91725d5c37946a8eef7a7ad37c0c5c1bfe4645390b857cad2

Contents?: true

Size: 392 Bytes

Versions: 5

Compression:

Stored size: 392 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5

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

5 entries across 5 versions & 1 rubygems

Version Path
iri-0.4.1 .rubocop.yml
iri-0.4.0 .rubocop.yml
iri-0.3.0 .rubocop.yml
iri-0.2.0 .rubocop.yml
iri-0.1.0 .rubocop.yml