Sha256: aefe6ff82494f59a54bc6074b546004327e9db392258a36afe3f83016abde00e

Contents?: true

Size: 328 Bytes

Versions: 6

Compression:

Stored size: 328 Bytes

Contents

AllCops:
  Include:
    - Rakefile
    - Gemfile
  TargetRubyVersion: 2.5

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Max: 100

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/MethodLength:
  Max: 15

Style/Documentation:
  Enabled: false

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
mlb_stats_api-0.2.1 .rubocop.yml
mlb_stats_api-0.2.0 .rubocop.yml
mlb_stats_api-0.1.1 .rubocop.yml
mlb_stats_api-0.1.0 .rubocop.yml
mlb_gameday-0.3.1 .rubocop.yml
mlb_gameday-0.3.0 .rubocop.yml