Sha256: d832ad7fc27e2be9a783cd8cd97c6805c1aa026c146e13568705cf906c3e862e

Contents?: true

Size: 396 Bytes

Versions: 3

Compression:

Stored size: 396 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 3.1
  DisplayCopNames: true
  NewCops: enable
  Exclude:
  - 'geo_combine.gemspec'
  - 'tmp/**/*'
  - 'vendor/bundle/**/*'

RSpec/DescribeClass:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/BeforeAfterAll:
  Exclude:
    - 'spec/lib/tasks/geo_combine_spec.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geo_combine-0.9.2 .rubocop.yml
geo_combine-0.9.1 .rubocop.yml
geo_combine-0.9.0 .rubocop.yml