Sha256: c9790997624f5c0d68c8054c9d9c2587f85e2b4e913197abf270088468b3da49

Contents?: true

Size: 625 Bytes

Versions: 3

Compression:

Stored size: 625 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-performance
  - rubocop-thread_safety
  - rubocop-sequel
AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7.1
  Exclude:
    - migrate/**/*
Layout/LineLength:
  Max: 120
Layout/LeadingCommentSpace:
  Exclude:
    - 'config.ru'
Layout/EndOfLine:
  EnforcedStyle: lf
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented
  IndentationWidth: 2
Layout/IndentationConsistency:
  EnforcedStyle: indented_internal_methods
Layout/EndAlignment:
  EnforcedStyleAlignWith: variable
Metrics/MethodLength:
  CountAsOne: ['array', 'heredoc', 'hash']
Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ditty-0.11.1 .rubocop.yml
ditty-0.10.2 .rubocop.yml
ditty-0.10.1 .rubocop.yml