Sha256: fea40a40a2b0b9a5b0005b808d81571c642d4b7ca4550a5e7c98fbe57fc5801e
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 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/SymbolArray: Enabled: true Style/TrailingCommaInLiteral: Enabled: true EnforcedStyleForMultiline: no_comma Style/WordArray: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-codetakt-0.3.0 | config/rubocop.yml |