Sha256: 8b788adae4cfbf947ba1d3b06853fabb1d260d9f56a52adc9c7220b5f626f713

Contents?: true

Size: 368 Bytes

Versions: 4

Compression:

Stored size: 368 Bytes

Contents

AllCops:
  NewCops: enable
  DisabledByDefault: false
  DisplayCopNames: true
  TargetRubyVersion: 3.0.0
  Exclude:
    - bin/*
    - tmp/**/*
Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 120
Lint/UselessAssignment:
  Enabled: true
Metrics/BlockLength:
  Enabled: false
Metrics/AbcSize:
  Enabled: true
  Max: 35
Lint/UriEscapeUnescape:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
online_payment_platform-0.0.3 .rubocop.yml
online_payment_platform-0.0.2 .rubocop.yml
online_payment_platform-0.0.1 .rubocop.yml
online_payment_platform-0.0.0 .rubocop.yml