Sha256: a41756735bc21b7c60048b13fe4fe87693ef46fa8edcfeac4b57a44abb0d42bf

Contents?: true

Size: 611 Bytes

Versions: 4

Compression:

Stored size: 611 Bytes

Contents

require: rubocop-rspec
inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.5

Metrics/LineLength:
  Max: 100

RSpec/AlignLeftLetBrace:
  Enabled: true

Style/ClassAndModuleChildren:
  Exclude:
    - spec/integration/**/*.rb

Style/ClassVars:
  Exclude:
    - spec/support/models/arstotzka/fetcher/class_variable.rb

Layout/HashAlignment:
  EnforcedColonStyle: table

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

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
arstotzka-1.6.2 .rubocop.yml
arstotzka-1.6.1 .rubocop.yml
arstotzka-1.6.0 .rubocop.yml
arstotzka-1.5.0 .rubocop.yml