Sha256: 5dedbc1c9abbdd3fd47e7e770edf439535a00cdbeec60336e0c68ba112a51879

Contents?: true

Size: 427 Bytes

Versions: 3

Compression:

Stored size: 427 Bytes

Contents

AllCops:
  NewCops: enable
  DisplayCopNames: true
  TargetRubyVersion: 2.3
  SuggestExtensions: false

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/ParameterAlignment:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
total-0.4.1 .rubocop.yml
total-0.0.0 .rubocop.yml
total-0.4.0 .rubocop.yml