mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
11 lines
229 B
YAML
11 lines
229 B
YAML
inherit_from:
|
|
- https://raw.githubusercontent.com/thoughtbot/guides/master/style/ruby/.rubocop.yml
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 2.3
|
|
Exclude:
|
|
- "tmp/**/*"
|
|
- "gemfiles/*"
|
|
|
|
Style/EmptyMethod:
|
|
EnforcedStyle: expanded
|