Sha256: a04b1965c74cbb341e20b9f72d668e619a17551b5a3fe2f0ac73d06cfcfbd842

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

require: rubocop-performance

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  ExtraDetails: true
  Exclude:
    - 'web/node_modules/**/*'
    - 'Vagrantfile'
    - 'update_repo.gemspec'
    - 'bin/**/*'

Style/SymbolArray:
  Enabled: false

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - spec/**/*

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
update_repo-0.11.2 .rubocop.yml
update_repo-0.11.1 .rubocop.yml
update_repo-0.10.1 .rubocop.yml