diff --git a/Gemfile b/Gemfile index 5a12d54a..29c25b90 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,7 @@ group :benchmark, :test do end group :test do + gem 'rubocop', '~> 1.44.0' gem 'rubocop-shopify', '~> 2.7.0', require: false gem 'rubocop-performance', require: false diff --git a/performance/shopify/database.rb b/performance/shopify/database.rb index 675f3b34..893c4e9d 100644 --- a/performance/shopify/database.rb +++ b/performance/shopify/database.rb @@ -49,8 +49,3 @@ module Database end end end - -if __FILE__ == $PROGRAM_NAME - p(Database.tables['collections']['frontpage'].keys) - # p Database.tables['blog']['articles'] -end