Sha256: 88b0ff9b2b4c3c48197be5a76e89c467039e5187b2b6bf96128b598264c614aa

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

inherit_gem:
  onkcop:
    - config/rubocop.yml

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 20

Metrics/PerceivedComplexity:
  Max: 10

Style/DotPosition:
  EnforcedStyle: leading

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented
  IndentationWidth: 2

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes

Style/TrailingCommaInLiteral:
  Enabled: true
  EnforcedStyleForMultiline: no_comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-codetakt-0.5.0 config/rubocop.yml
rubocop-codetakt-0.4.0 config/rubocop.yml