Files
codeocean/.rubocop.yml
Hauke Klement 1068b18f41 use RuboCop
2015-02-16 11:22:26 +01:00

14 lines
269 B
YAML

AllCops:
Exclude:
- bin/*
- config/initializers/sorcery.rb
- db/schema.rb
RunRailsCops: true
Metrics/LineLength:
Enabled: false
require: rubocop-rspec
Style/Documentation:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space