Sha256: d455032fe941870b56def53c03a9d3bbd0f3302e53c11e7ccb050cce53739141

Contents?: true

Size: 381 Bytes

Versions: 4

Compression:

Stored size: 381 Bytes

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  Exclude:
    - 'bin/*'
    - 'config/**/*'
    - 'db/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'

Metrics/BlockLength:
  Exclude:
    - 'app/admin/**/*'
    - 'lib/tasks/*.rake'
    - 'spec/**/*'

Metrics/LineLength:
  Max: 100

Rails:
  Enabled: true

Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
welaika-suspenders-2.31.0 templates/rubocop.yml
welaika-suspenders-2.30.0 templates/rubocop.yml
welaika-suspenders-2.29.0 templates/rubocop.yml
welaika-suspenders-2.29.0.alpha.3 templates/rubocop.yml