Sha256: 3f9177d2914f3f9996fc21c0f69769972a34df7e762989f010ef928dfd864778

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: 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
futex-0.8.5 .rubocop.yml
futex-0.8.4 .rubocop.yml
futex-0.8.3 .rubocop.yml