Sha256: 1e531ee6d5f49e048d8af6cf6d8eae38261a3ee938f3d10330ac2ec5cfce7f06

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3.3

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Max: 60
Metrics/BlockLength:
  Max: 30
Metrics/MethodLength:
  Max: 40
Metrics/ClassLength:
  Max: 150
Metrics/CyclomaticComplexity:
  Max: 10
Metrics/PerceivedComplexity:
  Max: 10
Metrics/ParameterLists:
  Max: 10
Layout/AlignParameters:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
futex-0.6.2 .rubocop.yml
futex-0.6.1 .rubocop.yml