Sha256: 901d84d561e3ab59bd36b73853f13f1a425e20bfd0f5d836a1b300a0a5a29685

Contents?: true

Size: 836 Bytes

Versions: 1

Compression:

Stored size: 836 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Enabled: false

# 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: 25

Metrics/MethodLength:
  Max: 100

Metrics/PerceivedComplexity:
  Enabled: false

Naming/VariableName:
  EnforcedStyle: snake_case

Security/JSONLoad:
  Enabled: false

Style/CaseLikeIf:
  Enabled: true

Style/FrozenStringLiteralComment:
  EnforcedStyle: never

Style/PerlBackrefs:
  AutoCorrect: false

# Allow explicit return
Style/RedundantReturn:
  Enabled: false

Style/WordArray:
  EnforcedStyle: brackets

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nvd_feed_api-0.4.0 .rubocop.yml