Sha256: 17b60e4fa3e80149c887785d079cebc6773488f278fa91f53c5d770afea5ff08

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 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/AlignHash:
  EnforcedColonStyle: table

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arstotzka-1.4.4 .rubocop.yml
arstotzka-1.4.3 .rubocop.yml