jasonrobertfox/tictactoe

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
LineLength:
  Enabled: false

MethodLength:
  Max: 30

ClassLength:
  Max: 200

Documentation:
  Enabled: false

CyclomaticComplexity:
  Enabled: false

AllCops:
  Includes:
    - Rakefile
    - Gemfile
    - config.ru
  Excludes:
    - lib/public/**
    - build/**
    - vendor/**