Sha256: 69344c615fccdb5d62ad1eadf10c51b97697c2b4bf52bec6245970ca7dc85a49

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5

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.3.2 .rubocop.yml
telepost-0.3.1 .rubocop.yml
telepost-0.3.0 .rubocop.yml
telepost-0.2.3 .rubocop.yml