We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f886a8 commit 99620efCopy full SHA for 99620ef
Gemfile
@@ -17,6 +17,7 @@ gem "rubocop-sequel", require: false
17
gem "rubocop-shopify", require: false
18
gem "rubocop-sorbet", require: false
19
gem "rubocop-thread_safety", require: false
20
+gem "standard", require: false
21
gem "test-prof", require: false
22
23
group :test do
Gemfile.lock
@@ -77,6 +77,9 @@ GEM
77
rubocop-thread_safety (0.4.4)
78
rubocop (>= 0.53.0)
79
ruby-progressbar (1.11.0)
80
+ standard (1.18.0)
81
+ rubocop (= 1.39.0)
82
+ rubocop-performance (= 1.15.0)
83
test-prof (1.0.11)
84
tzinfo (2.0.5)
85
concurrent-ruby (~> 1.0)
@@ -103,6 +106,7 @@ DEPENDENCIES
103
106
rubocop-shopify
104
107
rubocop-sorbet
105
108
rubocop-thread_safety
109
+ standard
110
test-prof
111
112
BUNDLED WITH
0 commit comments