Sha256: f87c90f9b0e5dc906934e7deda165b06ea4a149c0178e6d9fd94cef09a5072c3

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-performance
  - rubocop-minitest
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Layout/LineLength:
  Max: 120

Layout/ExtraSpacing:
  AllowBeforeTrailingComments: true

Style/ClassAndModuleChildren:
  Enabled: false

Naming/MethodName:
  Exclude:
    - lib/bcdd/resultable.rb

Minitest/MultipleAssertions:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bcdd-result-0.3.0 .rubocop.yml
bcdd-result-0.2.0 .rubocop.yml