mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
5b0257363c
to run rubocop locally and not to wait for HoundCI to bark at us. The version is locked to 0.54 because this is the version HoundCI is using. Using a newer version will not work as config changed from 0.54 to currently 0.59 and rubocop would complain with the old configuration. thoughtbot uses the .rubocop.yml in thoughtbot/guides as the orginizational config on Hound, so we inherit from it so we can use the same config locally. Fix #1195.
11 lines
104 B
Text
11 lines
104 B
Text
*.swp
|
|
test.db
|
|
factory_girl-*.gem
|
|
factory_bot-*.gem
|
|
doc
|
|
.yardoc
|
|
coverage
|
|
.bundle
|
|
tmp
|
|
bin
|
|
.rubocop-https*
|