Sha256: e359c1898f5c379b5e0856c044c94662f9810ec66e2c239ff98e65af7718c794

Contents?: true

Size: 520 Bytes

Versions: 4

Compression:

Stored size: 520 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
Style/OptionalBooleanParameter:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
goodcop-0.9.7 config/rubocop.yml
goodcop-0.9.5 config/rubocop.yml
goodcop-0.9.4 config/rubocop.yml
goodcop-0.9.3 config/rubocop.yml