Sha256: f6929abdc8e79f89a190449a7506ce7c8fe8721b0ed87184e70225d10100369e

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

AllCops:
  NewCops: enable

Naming/AccessorMethodName:
  Enabled: false

Metrics/MethodLength:
  CountAsOne: ['array', 'heredoc']
  IgnoredMethods: ['describe', 'context']

Metrics/BlockLength:
  IgnoredMethods: ['describe', 'context']
  Exclude: ['**/*.rake']

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/BlockDelimiters:
  Exclude:
    - spec/**/*

Style/Documentation:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schienenzeppelin-0.1 .rubocop.yml