Sha256: 0689548fbe4e5ee9cd88c0c514d67b59c90250a79f7e6ad039f6acce185d246f

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

# This is the configuration used to check the rubocop source code.

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'vendor/**/*'
    - 'spec/fixtures/**/*'
    - 'spec/dummy/**/*'

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

LineLength:
  Exclude:
    - spec/**/*

StringLiterals:
  Enabled: false

TrailingBlankLines:
  Enabled: true

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
privy_wine_bouncer-1.0.4.5 .rubocop.yml
wine_bouncer-1.0.4 .rubocop.yml