osem-fcy/.rubocop.yml

18 lines
367 B
YAML
Raw Normal View History

require: rubocop-rspec
2014-07-21 13:09:37 +02:00
inherit_from: .rubocop_todo.yml
AllCops:
UseCache: true
CacheRootDirectory: tmp/rubocop_cache_rails_dir
MaxFilesInCache: 4000
#################### Style ###########################
##################### Metrics ##################################
##################### Rails ##################################
2018-05-08 14:00:43 -07:00
Rails:
Enabled: true