Sha256: 1023b0eeaf1e6cc8a0b42ff6afdd42ed90f0245d68a59c79d163cf19684f5c58

Contents?: true

Size: 473 Bytes

Versions: 2

Compression:

Stored size: 473 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - 'rubocop-md'
  - 'rubocop-packaging'
  - 'rubocop-performance'
  - 'rubocop-rake'
  - 'rubocop-rspec'

AllCops:
  NewCops: enable
  DisplayCopNames: true # Display the name of the failing cops
  Exclude:
    - 'gemfiles/vendor/**/*'
    - 'vendor/**/*'

Metrics/BlockLength:
  IgnoredMethods:
    - context
    - describe
    - it
    - shared_context
    - shared_examples
    - shared_examples_for
    - namespace
    - draw

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qfill-0.1.1 .rubocop.yml
qfill-0.1.0 .rubocop.yml