Sha256: 1628b1f35fcb443900914e0c8c6f7bd0932a692fabcd52de34e523ad362eac95

Contents?: true

Size: 778 Bytes

Versions: 2

Compression:

Stored size: 778 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rspec
  - rubocop-performance

Layout/LineLength:
  Max: 120
  IgnoredPatterns: ['\A#']

Naming/InclusiveLanguage:
  Enabled: false

Rails:
  Enabled: true

RSpec/ExampleLength:
  Max: 10

Style/AccessorGrouping:
  EnforcedStyle: separated

Style/Documentation:
  Enabled: false

Style/WordArray:
  EnforcedStyle: brackets

Style/SymbolArray:
  EnforcedStyle: brackets

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

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

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - 'db/schema.rb'
    - 'db/migrate/*.rb'
    - 'config/**/*.rb'
    - 'vendor/bundle/**/*'
    - 'node_modules/**/*'
  NewCops: enable

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-infinum-0.6.0 rubocop.yml
rubocop-infinum-0.5.1 rubocop.yml