Sha256: 762242dc7e0c3ff5a078e2c83a6553f3eb5c547a23ddaa73e25eb52aebd8f9c3

Contents?: true

Size: 399 Bytes

Versions: 2

Compression:

Stored size: 399 Bytes

Contents

# 80 char line length is not enough chars. 120 is better. We're not working on 1024x768 CRTs.
Metrics/LineLength:
  Max: 120

# Documentation is for nerds.
Style/Documentation:
  Enabled: false

# I like my code verbose and spaced out.
Metrics/MethodLength:
  Max: 20

# Because RSpec tests are block-centric, this is an insane linter to run on them.
Metrics/BlockLength:
  Exclude:
    - spec/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
service_downtime_simulator-0.1.1 .rubocop.yml
service_downtime_simulator-0.1.0 .rubocop.yml