Sha256: bb659b2816221c4f81d1cf0cc6ad31d646f4544321b98239c6de4e2d614dc49d

Contents?: true

Size: 354 Bytes

Versions: 11

Compression:

Stored size: 354 Bytes

Contents

# Rubocop configuration based on the Relaxed Ruby Style (with some changes).
AllCops:
  TargetRubyVersion: 2.4

# I just want to convert stuff to boolean.
Style/DoubleNegation:
  Enabled: false

# Widescreen monitors are now a thing.
Metrics/LineLength:
  Max: 100

# Allow long describe blocks.
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lazy_lazer-0.8.1 .rubocop.yml
lazy_lazer-0.8.0 .rubocop.yml
lazy_lazer-0.7.2 .rubocop.yml
lazy_lazer-0.7.1 .rubocop.yml
lazy_lazer-0.7.0 .rubocop.yml
lazy_lazer-0.6.0 .rubocop.yml
lazy_lazer-0.5.4 .rubocop.yml
lazy_lazer-0.5.3 .rubocop.yml
lazy_lazer-0.5.2 .rubocop.yml
lazy_lazer-0.5.1 .rubocop.yml
lazy_lazer-0.5.0 .rubocop.yml