osem-fcy/.rubocop.yml
Henne Vogelsang 5fc867a8fc Introduces rubocop-rspec
Also regenerating the config. Most stuff in there didn't really make sense.
Time to go through .rubocop_todo.yml people :-)
2018-09-08 04:29:22 +02:00

17 lines
367 B
YAML

require: rubocop-rspec
inherit_from: .rubocop_todo.yml
AllCops:
UseCache: true
CacheRootDirectory: tmp/rubocop_cache_rails_dir
MaxFilesInCache: 4000
#################### Style ###########################
##################### Metrics ##################################
##################### Rails ##################################
Rails:
Enabled: true