Sha256: caea134994f16940e8d6f1fb4cbbc8de3f6e06c457206dfa50d4486d201e712a

Contents?: true

Size: 544 Bytes

Versions: 5

Compression:

Stored size: 544 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5.0
  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/**/*

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
undercover-0.4.5 .rubocop.yml
undercover-0.4.4 .rubocop.yml
undercover-0.4.3 .rubocop.yml
undercover-0.4.1 .rubocop.yml
undercover-0.4.0 .rubocop.yml