Sha256: 0ac97cc9e797978c61294917dfbc5f2eae094ea64032943239de565ae7ead38e

Contents?: true

Size: 745 Bytes

Versions: 1

Compression:

Stored size: 745 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable
  SuggestExtensions: false

require:
  - rubocop-performance
  - rubocop-rspec

Layout/LineLength:
  Max: 120
  Exclude:
    - spec/**/*_spec.rb

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb
    - "*.gemspec"

Metrics/MethodLength:
  Max: 10

RSpec/NamedSubject:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Style/NumberedParametersLimit:
  Max: 2

RSpec/EmptyExampleGroup:
  AutoCorrect: false

RSpec/NestedGroups:
  Max: 5

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ko-0.1.2 .rubocop.yml