Sha256: 62d1350b8877a08439425f8104aa634bb8ed341f8af20fcc97d80dd68fd659e7

Contents?: true

Size: 523 Bytes

Versions: 9

Compression:

Stored size: 523 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Layout/EndOfLine:
  EnforcedStyle: lf
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

9 entries across 9 versions & 3 rubygems

Version Path
obk-0.1.0 .rubocop.yml
veils-0.3.0 .rubocop.yml
veils-0.2.0 .rubocop.yml
veils-0.1.1 .rubocop.yml
veils-0.1.0 .rubocop.yml
veils-0.0.1 .rubocop.yml
tacky-0.3.5 .rubocop.yml
tacky-0.3.4 .rubocop.yml
tacky-0.3.3 .rubocop.yml