Sha256: dfbe1b94e29e300d639ef6045dea5ae96b07ae3f15062ab8fa46716cf4c9b7dd

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 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/**/*

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
undercover-0.5.0 .rubocop.yml