Sha256: 089b4376e9d3b7f54df096f3f16f781048b71f55427e85d32bb649f008eb51ec

Contents?: true

Size: 674 Bytes

Versions: 3

Compression:

Stored size: 674 Bytes

Contents

AllCops:
  NewCops: enable
  Exclude:
    - "*.gemspec"

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/LineLength:
  Max: 120

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining
  FunctionalMethods:
    - let
    - let!
    - subject
    - expect

Style/ClassAndModuleChildren:
  Exclude:
    - "spec/**/*"

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 20

Metrics/BlockLength:
  Exclude:
    - "spec/**/*"

Metrics/AbcSize:
  Max: 30
  Exclude:
    - "spec/**/*"

Metrics/CyclomaticComplexity:
  Max: 15

Lint/ConstantDefinitionInBlock:
  Exclude:
    - "spec/**/*"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wayfarer-0.4.6 .rubocop.yml
wayfarer-0.4.5 .rubocop.yml
wayfarer-0.4.4 .rubocop.yml