Sha256: a99823c2592ca10419894382dce9d14858dd1842aba0987bd865136ed4568d94

Contents?: true

Size: 381 Bytes

Versions: 4

Compression:

Stored size: 381 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5.1

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telepost-0.2.2 .rubocop.yml
telepost-0.2.1 .rubocop.yml
telepost-0.2.0 .rubocop.yml
telepost-0.1.0 .rubocop.yml