Skip to content

Commit 99620ef

Browse files
authored
allow standard to be run with rubocop. Fixes #351 (#352)
1 parent 5f886a8 commit 99620ef

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ gem "rubocop-sequel", require: false
1717
gem "rubocop-shopify", require: false
1818
gem "rubocop-sorbet", require: false
1919
gem "rubocop-thread_safety", require: false
20+
gem "standard", require: false
2021
gem "test-prof", require: false
2122

2223
group :test do

Gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ GEM
7777
rubocop-thread_safety (0.4.4)
7878
rubocop (>= 0.53.0)
7979
ruby-progressbar (1.11.0)
80+
standard (1.18.0)
81+
rubocop (= 1.39.0)
82+
rubocop-performance (= 1.15.0)
8083
test-prof (1.0.11)
8184
tzinfo (2.0.5)
8285
concurrent-ruby (~> 1.0)
@@ -103,6 +106,7 @@ DEPENDENCIES
103106
rubocop-shopify
104107
rubocop-sorbet
105108
rubocop-thread_safety
109+
standard
106110
test-prof
107111

108112
BUNDLED WITH

0 commit comments

Comments
 (0)