From 59efcd982d5366c01d760cfa949df41d1b77b1c5 Mon Sep 17 00:00:00 2001 From: Mike Poage Date: Tue, 11 Apr 2023 11:09:23 -0400 Subject: [PATCH] allow standard to be run with rubocop. Fixes #351 --- Gemfile | 1 + Gemfile.lock | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bb45ba0c..b7267469 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 0d31f09b..d51a977f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,6 +13,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.3) + language_server-protocol (3.17.0.3) method_source (1.0.0) minitest (5.17.0) parallel (1.22.1) @@ -78,8 +79,12 @@ GEM rubocop-sorbet (0.7.0) rubocop (>= 0.90.0) rubocop-thread_safety (0.4.4) - rubocop (>= 0.53.0) + rubocop (>= 0.53.0) ruby-progressbar (1.13.0) + standard (1.26.0) + language_server-protocol (~> 3.17.0.2) + rubocop (~> 1.48.1) + rubocop-performance (~> 1.16.0) test-prof (1.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -106,6 +111,7 @@ DEPENDENCIES rubocop-shopify rubocop-sorbet rubocop-thread_safety + standard test-prof BUNDLED WITH