Sha256: aee5a528fc5ef564cb4a43690edfa64adde810c60edc6307e115ac80ee7905ab

Contents?: true

Size: 657 Bytes

Versions: 1

Compression:

Stored size: 657 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rspec

Layout/LineLength:
  Max: 100

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

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/WordArray:
  EnforcedStyle: brackets

Style/SymbolArray:
  EnforcedStyle: brackets

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Rails:
  Enabled: true

RSpec/ExampleLength:
  Max: 10

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-infinum-0.1.1 .rubocop.yml