adlerhsieh/toy_robo_simulator

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  Exclude:
    - 'bin/**/*'
    - '*.gemspec'
  DisplayCopNames: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Metrics/LineLength:
  Max: 100