Sha256: 6a03ad75257de0f4f22ef238eefeef7f068ad27011bba1669a8bea615b7fcf20

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 3.2
  
RSpec/FilePath:
  SpecSuffixOnly: true

RSpec/ExampleLength:
  Max: 10
  Exclude:
    - 'spec/easy_talk/examples/**/*'

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

Lint/ConstantDefinitionInBlock:
  Exclude:
    - 'spec/**/*'

Layout/LineLength:
  Exclude:
    - 'spec/**/*'
  
RSpec/DescribeClass:
  Exclude:
    - 'spec/easy_talk/examples/**/*'

RSpec/MultipleExpectations:
  Max: 4

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
easy_talk-1.0.2 .rubocop.yml
easy_talk-1.0.1 .rubocop.yml
easy_talk-1.0.0 .rubocop.yml
easy_talk-0.2.1 .rubocop.yml