Sha256: 55943ef8ebd9991dcd0262e9c2efc36ccada3fba1284238f4ad8823923f2577d

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.7
  Exclude:
    - bin/*
    - vendor/bundle/**/*
    - '*.gemspec'

Metrics/BlockLength:
  Max: 30

Metrics/MethodLength:
  Max: 25

RSpec/ExampleLength:
  Max: 25

Metrics/ClassLength:
  Max: 150

Layout/LineLength:
  Max: 125

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
teton-0.0.3 .rubocop.yml
teton-0.0.2 .rubocop.yml