Sha256: b336086a0c4d581cb8aa14e04e3b4d079213124cc146c2262e47d022d9e6fc2d

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Style/MethodMissingSuper:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Max: 65
Metrics/BlockLength:
  Max: 30
Metrics/MethodLength:
  Max: 50
Metrics/ClassLength:
  Max: 180
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Metrics/ParameterLists:
  Max: 10
Layout/AlignParameters:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tacky-0.3.2 .rubocop.yml
tacky-0.3.1 .rubocop.yml
tacky-0.3.0 .rubocop.yml
tacky-0.2.0 .rubocop.yml