Sha256: fdf7a5b37b39b6e5cd342adfca504143139dea0ebf0fe63240cac04a4bd6f1ca

Contents?: true

Size: 650 Bytes

Versions: 4

Compression:

Stored size: 650 Bytes

Contents

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0
  Exclude:
    - spec/fixtures/**/*
  SuggestExtensions: false

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/**/*

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/PerceivedComplexity:
  Max: 10

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
undercover-0.6.3 .rubocop.yml
undercover-0.6.2 .rubocop.yml
undercover-0.6.1 .rubocop.yml
undercover-0.6.0 .rubocop.yml