Sha256: 79acdb26221eb4f88fc1832e8488f8adc661c6e5a78bacb3d8a39bddfd014860

Contents?: true

Size: 541 Bytes

Versions: 2

Compression:

Stored size: 541 Bytes

Contents

require: rubocop-rspec

HashSyntax:
  EnforcedStyle: hash_rockets

Style/Documentation:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Metrics/LineLength:
  Max: 120

# TODO: Cleanup
Metrics/ModuleLength:
  Max: 200

# TODO: Cleanup
Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 15

Style/ModuleFunction:
  Enabled: false

Metrics/AbcSize:
  Max: 25

Metrics/CyclomaticComplexity:
  Max: 7

Metrics/PerceivedComplexity:
  Max: 8

AlignHash:
  EnforcedHashRocketStyle: table

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
green_eye_monitor-0.0.5 .rubocop.yml
green_eye_monitor-0.0.4 .rubocop.yml