Sha256: 5de7ba8eea948a0b51f9ebbf62fa0a44487389a997d01668324dc0eecfc2c15e

Contents?: true

Size: 638 Bytes

Versions: 1

Compression:

Stored size: 638 Bytes

Contents

inherit_gem:
  onkcop:
    - config/rubocop.yml

Layout/DotPosition:
  EnforcedStyle: leading

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
  IndentationWidth: 2

Metrics/AbcSize:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 20

Metrics/PerceivedComplexity:
  Max: 10

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/MethodCalledOnDoEndBlock:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: single_quotes

Style/TrailingCommaInLiteral:
  Enabled: true
  EnforcedStyleForMultiline: no_comma

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-codetakt-0.8.1 config/rubocop.yml