Sha256: e58dc480f44beaf62561191600279fdca6f753ddc3e3472848e9a1fdd2c75b99

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3.3

Layout/EmptyLineAfterGuardClause:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  Enabled: false
Metrics/AbcSize:
  Max: 65
Metrics/BlockLength:
  Max: 30
Metrics/MethodLength:
  Max: 50
Metrics/ClassLength:
  Max: 150
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
futex-0.8.2 .rubocop.yml
futex-0.8.1 .rubocop.yml
futex-0.8.0 .rubocop.yml