We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e55b0f commit 64b8cfcCopy full SHA for 64b8cfc
Gemfile
@@ -19,6 +19,7 @@ gem "rubocop-sequel", require: false
19
gem "rubocop-shopify", require: false
20
gem "rubocop-sorbet", require: false
21
gem "rubocop-thread_safety", require: false
22
+gem "rubocop-factory_bot", require: false
23
gem "test-prof", require: false
24
25
group :test do
Gemfile.lock
@@ -117,6 +117,7 @@ DEPENDENCIES
117
rspec
118
rubocop (= 1.62.1)
119
rubocop-capybara
120
+ rubocop-factory_bot
121
rubocop-graphql
122
rubocop-i18n
123
rubocop-minitest
0 commit comments