Sha256: a52670f0c2b72252cc95dd038c9a3cf859d3a3b9d66fa50522ebb11c91f797c3

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

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

Style/RegexpLiteral:
  EnforcedStyle: slashes
  AllowInnerSlashes: true

Style/Documentation:
  Enabled: false

Layout/SpaceInsideHashLiteralBraces:
  Enabled: true
  EnforcedStyle: no_space

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
undercover-0.3.0 .rubocop.yml
undercover-0.2.3 .rubocop.yml
undercover-0.2.2 .rubocop.yml
undercover-0.2.1 .rubocop.yml