Sha256: fab799b1224d4e83a87550e1a6e009a86ab3fe6c1eaebe1122b2d85c258f8d74

Contents?: true

Size: 514 Bytes

Versions: 8

Compression:

Stored size: 514 Bytes

Contents

require:
  - rubocop-rspec
  - rubocop-rake

AllCops:
  NewCops: enable
  Exclude:
    - bin/*
    - lib/basketball/draft/cli.rb
    - tmp/**/*
    - vendor/**/*

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Max: 35

RSpec/ExampleLength:
  Max: 20

RSpec/MultipleMemoizedHelpers:
  Max: 10

Metrics/ParameterLists:
  Max: 6

Metrics/AbcSize:
  Max: 25

Metrics/ClassLength:
  Max: 200

Metrics/BlockLength:
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/PerceivedComplexity:
  Max: 9

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
basketball-0.0.8 .rubocop.yml
basketball-0.0.7 .rubocop.yml
basketball-0.0.6 .rubocop.yml
basketball-0.0.5 .rubocop.yml
basketball-0.0.4 .rubocop.yml
basketball-0.0.3 .rubocop.yml
basketball-0.0.2 .rubocop.yml
basketball-0.0.1 .rubocop.yml