hpi-schuelerklub/workshop-portal

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
inherit_from: .rubocop_todo.yml
 
AllCops:
TargetRubyVersion: 2.2
Exclude:
- 'spec/**/*'
- 'db/**/*'
- 'config/**/*'
- 'bin/*'
- 'Rakefile'
- 'Vagrantfile'
- 'vendor/**/*'