Sha256: 0314ad9e7c266d9058a5f8e0d693471c7de8f2147ff08f35fd7fdce05b8047e6

Contents?: true

Size: 428 Bytes

Versions: 3

Compression:

Stored size: 428 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3.3

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Max: 50
Metrics/MethodLength:
  Max: 30
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Metrics/ParameterLists:
  Max: 10
Layout/AlignParameters:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loog-0.3.0 .rubocop.yml
loog-0.2.1 .rubocop.yml
loog-0.2.0 .rubocop.yml