Sha256: 738be2f800deea0bc0e988f50021480ab7892cf4069321146e8fe06ea76cc953

Contents?: true

Size: 431 Bytes

Versions: 7

Compression:

Stored size: 431 Bytes

Contents

require: rubocop-rspec

LineLength:
  Max: 100

Documentation:
  Enabled: false

FrozenStringLiteralComment:
  Enabled: false

WordArray:
  Enabled: false

SymbolArray:
  Enabled: false

Rails:
  Enabled: true

RSpec/ExampleLength:
  Max: 10

Style/MutableConstant:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

AllCops:
  Exclude:
    - 'db/schema.rb'
    - 'db/migrate/*.rb'
    - 'config/**/*.rb'

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rails_log_book-2.4.0 .rubocop.yml
omniauth-infinum_id-1.2.1 .rubocop.yml
rails_log_book-2.3.0 .rubocop.yml
rails_log_book-2.2.0 .rubocop.yml
omniauth-infinum_id-1.1.0 .rubocop.yml
rails_log_book-2.1.0 .rubocop.yml
omniauth-infinum_id-1.0.0 .rubocop.yml