Sha256: 028e2b93fa505863a14b07a9c91aaddf255111dfa28e6b929e9b25c8b8a204d0

Contents?: true

Size: 480 Bytes

Versions: 3

Compression:

Stored size: 480 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Layout/EndOfLine:
  EnforcedStyle: lf
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

3 entries across 3 versions & 1 rubygems

Version Path
syncem-0.1.2 .rubocop.yml
syncem-0.1.1 .rubocop.yml
syncem-0.1.0 .rubocop.yml