Sha256: 286d65991f2e77c57c586e8be57ed153df9ad9f51041f14f9b99671a44024e87

Contents?: true

Size: 764 Bytes

Versions: 1

Compression:

Stored size: 764 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: '3.4'
  NewCops: enable

require:
  - rubocop-rake
  - rubocop-rspec

Layout/LineLength:
  Max: 300
  Exclude:
    - 'spec/**/*'

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Metrics/AbcSize:
  Max: 60

Metrics/ClassLength:
  Max: 300

Metrics/CyclomaticComplexity:
  Max: 20

Metrics/BlockLength:
  Max: 100

Metrics/MethodLength:
  Max: 80

Metrics/ParameterLists:
  Max: 8

Metrics/PerceivedComplexity:
  Max: 20

Style/MinMaxComparison:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

RSpec/DescribedClass:
  Enabled: false

RSpec/ExampleLength:
  Max: 50

RSpec/MultipleExpectations:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cosensee-0.6.0 .rubocop.yml