Sha256: 84d0d12568539ee043478fe75fd8d37f3c0f9aae2fabf2b064b21ab53a4feff4

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zache-0.12.0 .rubocop.yml
zache-0.11.0 .rubocop.yml
zache-0.10.1 .rubocop.yml