Sha256: e38333ac0b98c51b39a3c46879ca4749d2e16fb799aa103abd3642ee26f49f09

Contents?: true

Size: 684 Bytes

Versions: 4

Compression:

Stored size: 684 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

# Rubocop is too stupid too see that the variable is used
Lint/UselessAssignment:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/BlockLength:
  Max: 50

Metrics/BlockNesting:
  Max: 4

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Max: 15

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Max: 100

Metrics/PerceivedComplexity:
  Enabled: false

Naming/VariableName:
  EnforcedStyle: snake_case

Security/JSONLoad:
  Enabled: false

Style/FrozenStringLiteralComment:
  EnforcedStyle: never

Style/PerlBackrefs:
  AutoCorrect: false

# Allow explicit return
Style/RedundantReturn:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nvd_feed_api-0.0.3 .rubocop.yml
nvd_feed_api-0.0.2.pre .rubocop.yml
nvd_feed_api-0.0.1.rc2 .rubocop.yml
nvd_feed_api-0.0.1.rc1 .rubocop.yml