Sha256: 05fe96d112b4ef9e49f01859694c41c6e4acc5218808eac2a75fc06fcd65f042

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

require:
- rubocop-performance
AllCops:
  NewCops: enable
  DefaultFormatter: fuubar
  DisplayCopNames: true
# Disable due to https://github.com/bbatsov/rubocop/pull/5230
Style/FormatStringToken:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Metrics/BlockLength:
  Exclude:
  - 'spec/**/*'
Naming/FileName:
  Exclude:
  - '**/Gemfile'
  - '**/Rakefile'
Naming/MethodParameterName:
  Enabled: false
Layout/EmptyLineAfterGuardClause:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
goodcop-0.9.2 config/rubocop.yml