1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/.rubocop.yml

12 lines
229 B
YAML
Raw Normal View History

inherit_from:
- https://raw.githubusercontent.com/thoughtbot/guides/master/style/ruby/.rubocop.yml
AllCops:
2018-09-28 22:34:23 -04:00
TargetRubyVersion: 2.3
Exclude:
- "tmp/**/*"
- "gemfiles/*"
Style/EmptyMethod:
EnforcedStyle: expanded