osem-fcy/.rubocop.yml
2018-11-16 09:06:05 -08:00

31 lines
647 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
##################### RSpec ##################################
FactoryBot/AttributeDefinedStatically:
Enabled: true
RSpec/DescribeClass:
Exclude:
- "spec/views/**/*"
- "spec/ability/*"
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table