Sha256: 9e96864cf22c19edb72e6432a4210aa1deb95508f1f2e063c407669084b7c894

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 KB

Contents

inherit_from: .rubocop_todo.yml

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

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7

Lint/RescueException:
  Exclude:
    - lib/bcdd/result/transitions.rb

Layout/LineLength:
  Max: 120

Layout/ExtraSpacing:
  AllowBeforeTrailingComments: true

Layout/MultilineMethodCallIndentation:
  Enabled: false

Lint/UnderscorePrefixedVariableName:
  Enabled: false

Style/AccessModifierDeclarations:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Lambda:
  EnforcedStyle: literal

Style/ParallelAssignment:
  Enabled: false

Style/SingleLineMethods:
  Enabled: false

Style/MapToSet:
  Enabled: false

Style/MixinGrouping:
  Enabled: false

Naming/MethodName:
  Enabled: false

Naming/VariableName:
  Enabled: false

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

Metrics/ClassLength:
  Exclude:
    - lib/bcdd/result.rb
    - test/**/*.rb

Minitest/MultipleAssertions:
  Enabled: false

Minitest/AssertEmptyLiteral:
  Enabled: false

Minitest/AssertOperator:
  Enabled: false

Minitest/AssertWithExpectedArgument:
  Exclude:
    - test/test_helper.rb

Naming/FileName:
  Exclude:
    - lib/bcdd-result.rb

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bcdd-result-0.12.0 .rubocop.yml
bcdd-result-0.11.0 .rubocop.yml
bcdd-result-0.10.0 .rubocop.yml