osem-fcy/.rubocop.yml

34 lines
677 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
Exclude:
- db/schema.rb
#################### Style ###########################
##################### Metrics ##################################
##################### Rails ##################################
2018-05-08 14:00:43 -07:00
Rails:
Enabled: true
##################### RSpec ##################################
FactoryBot/AttributeDefinedStatically:
Enabled: true
2018-10-23 19:31:46 -07:00
RSpec/DescribeClass:
Exclude:
- "spec/views/**/*"
- "spec/ability/*"
2018-11-13 18:01:35 -08:00
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table