Sha256: 8487d811a77888b34ff06c4978c4361a98348ed9d0d38829b03bed7665093913

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4.4
  Exclude:
    - spec/fixtures/**/*

Style/RegexpLiteral:
  EnforcedStyle: slashes
  AllowInnerSlashes: true

Style/Documentation:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Layout/SpaceInsideHashLiteralBraces:
  Enabled: true
  EnforcedStyle: no_space

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
undercover-0.3.3 .rubocop.yml
undercover-0.3.2 .rubocop.yml
undercover-0.3.1 .rubocop.yml