Sha256: ead1fcb6a8a941db106c4c712a0dbb291a355f0d1e0b64932648c3196148bb16

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 Bytes

Contents

inherit_from: .rubocop_todo.yml

# we still support ruby 1.8
Style/HashSyntax:
  Enabled: false

#Metric cops are rarely useful
Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

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

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/ModuleLength:
  Max: 175

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
metadata-json-lint-2.1.0 .rubocop.yml
metadata-json-lint-2.0.2 .rubocop.yml
metadata-json-lint-2.0.1 .rubocop.yml
metadata-json-lint-2.0.0 .rubocop.yml