mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
22 lines
487 B
YAML
22 lines
487 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
|