Sha256: fadd60d2400c97c8cc49bc5d136074aa62b04095b717c00555a44daaa0b0aa92

Contents?: true

Size: 498 Bytes

Versions: 7

Compression:

Stored size: 498 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rspec

AllCops:
  Exclude:
    - vendor/**/*

Layout/LineLength:
  Max: 100

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

Rails/Output:
  Enabled: false

Rails/TimeZone:
  Enabled: false

RSpec/NestedGroups:
  Exclude:
    - spec/**/*_spec.rb

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ehbrs-tools-0.28.3 .rubocop.yml
ehbrs-tools-0.28.2 .rubocop.yml
ehbrs-tools-0.28.1 .rubocop.yml
ehbrs-tools-0.28.0 .rubocop.yml
ehbrs-tools-0.27.0 .rubocop.yml
ehbrs-tools-0.26.0 .rubocop.yml
ehbrs-tools-0.25.1 .rubocop.yml