From 8661274236ecb5aa2c903171754b2c5d52422bca Mon Sep 17 00:00:00 2001 From: Mike Poage Date: Tue, 11 Apr 2023 10:16:51 -0400 Subject: [PATCH] allow standard to be run with rubocop. Fixes #351 --- Gemfile | 1 + Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 86aa5831..d4463c3a 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ gem "rubocop-sequel", require: false gem "rubocop-shopify", require: false gem "rubocop-sorbet", require: false gem "rubocop-thread_safety", require: false +gem "standard", require: false gem "test-prof", require: false group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0102eb60..0448a835 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,6 +77,9 @@ GEM rubocop-thread_safety (0.4.4) rubocop (>= 0.53.0) ruby-progressbar (1.11.0) + standard (1.18.0) + rubocop (= 1.39.0) + rubocop-performance (= 1.15.0) test-prof (1.0.11) tzinfo (2.0.5) concurrent-ruby (~> 1.0) @@ -103,6 +106,7 @@ DEPENDENCIES rubocop-shopify rubocop-sorbet rubocop-thread_safety + standard test-prof BUNDLED WITH