Sha256: 009a70d3b57c38e6138ccff9e0c4e0d0e09bb5e17ee6f61d1f3b03351c0edaed

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

inherit_gem:
  bixby: bixby_default.yml

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - 'spec/**/*.rb'
    - 'bin/**/*'
    - 'vendor/**/*'

Bundler/DuplicatedGem:
  Exclude:
    - 'Gemfile'

Metrics/BlockLength:
  Exclude:
    - ldp.gemspec

Naming/FileName:
  Exclude:
    - 'Gemfile'

RSpec/DescribeClass:
  Exclude:
    - 'spec/lib/integration/integration_spec.rb'

Style/Documentation:
  Enabled: false

Naming/PredicateName:
  Exclude:
   - '**/*.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ldp-1.0.3 .rubocop.yml
ldp-1.0.2 .rubocop.yml
ldp-1.0.1 .rubocop.yml