Sha256: f1eaf641d87084b52653f14b407c8d224cea6ab5a60b91e1fccca84941c48f49

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 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'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
goodcop-0.3.0 config/rubocop.yml