Sha256: a1f38ac4a3b519e00cbbe87d13e06b4a578048122b6d91399e71b86f0935d4fb

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

inherit_from: .rubocop_todo.yml

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 25

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 20

Metrics/PerceivedComplexity:
  Max: 10

Style/GuardClause:
  Enabled: false

Style/SignalException:
  Enabled: false

Style/Documentation:
  Enabled: false

Lint/AssignmentInCondition:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildkit-0.3.0 .rubocop.yml
buildkit-0.2.0 .rubocop.yml
buildkit-0.1.0 .rubocop.yml