RafaelChefe/toy_robot

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
Style/StringLiterals:
  EnforcedStyle: double_quotes
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - Rakefile
Style/Documentation:
  Enabled: false