Sha256: 81f7c847a4fe5587c3043bc788509456cefb4de6cd51d4014ffa118200cb2964

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0

Layout/LineLength:
  Exclude:
    - 'spec/**/*'
    - 'ika3.gemspec'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

RSpec/MultipleExpectations:
  Max: 5

RSpec/ExampleLength:
  Max: 15
  CountAsOne: ["array", "hash", "heredoc"]

Style/Documentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ika3-0.10.0 .rubocop.yml
ika3-0.9.1 .rubocop.yml
ika3-0.9.0 .rubocop.yml
ika3-0.8.1 .rubocop.yml