Sha256: b20dfb9fd2dd7999be43b75ab2f987415756d61bf034bf63e58b436062396c02

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

AllCops:
  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/UncommunicativeMethodParamName:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
goodcop-0.4.0 config/rubocop.yml