Sha256: 3a99d99e7c6802ee87f1793ffda99a865cc46200e40c27177a9232636c26cbd3

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 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
    - ./*.gemspec

Metrics/PerceivedComplexity:
  Enabled: false

Metrics/ModuleLength:
  Max: 185

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/AccessModifierDeclarations:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
metadata-json-lint-3.0.3 .rubocop.yml
metadata-json-lint-3.0.2 .rubocop.yml
metadata-json-lint-3.0.1 .rubocop.yml