Sha256: fa49e50ab518125be1b1b459ceae9143ec75e6c3c0a35d9de100c7425327bbfe

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Metrics/BlockLength:
  Max: 125
  Exclude:
    - spec/**/*_spec.rb

# It's 2019, allow longer line lengths
Metrics/LineLength:
  Max: 120

Metrics/AbcSize:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: False

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spdx-1.4.4 .rubocop.yml
spdx-1.4.3 .rubocop.yml
spdx-1.4.2 .rubocop.yml