Sha256: 4956665ef276f09ba9112a93e782b990cea43c84991b302c8dfbf326f915f1b7

Contents?: true

Size: 796 Bytes

Versions: 1

Compression:

Stored size: 796 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

Style/MapToSet:
  Exclude:
    - lib/bcdd/result/expectations/contract/for_types.rb

Style/CaseEquality:
  Exclude:
    - lib/bcdd/result/expectations/contract/for_types_and_values.rb

Style/Lambda:
  EnforcedStyle: literal

Naming/MethodName:
  Exclude:
    - lib/bcdd/result/mixin.rb
    - lib/bcdd/result/expectations.rb

Minitest/MultipleAssertions:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - bcdd-result.gemspec
    - test/**/*.rb

Metrics/ClassLength:
  Exclude:
    - test/**/*.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bcdd-result-0.5.0 .rubocop.yml