Sha256: 0ce918dc7751c277e27249e0344613bc5174da643c90848f7db7af90bced5f4c

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

AllCops:
  Exclude:
    - "stable-matching.gemspec"
    - "bin/*"
Metrics/AbcSize:
  Enabled: false
Layout/DotPosition:
  EnforcedStyle: leading
Layout/MultilineOperationIndentation:
  Enabled: true
  EnforcedStyle: indented
Style/BlockComments:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/EmptyCaseCondition:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes
Metrics/BlockLength:
  ExcludedMethods:
    - context
    - describe
    - it
    - feature
    - shared_examples
    - shared_examples_for
    - namespace
    - task
    - proc
    - draw

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stable-matching-0.1.0 .rubocop.yml