bbuchalter/tictactoe_core

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Excludes:
    - vendor/**

Documentation:
  Enabled: false

CaseIndentation:
  # Valid values are: case, end
  IndentWhenRelativeTo: case
  IndentOneStep: true

ClassLength:
  Max: 100