From 96fb5c7540a3d0382b3c9330aaf1ffada41b8d25 Mon Sep 17 00:00:00 2001 From: Michael Roudnitski Date: Thu, 2 Jan 2025 12:21:04 -0500 Subject: [PATCH] Fix lint --- .github/workflows/lint.yml | 9 --------- .tool-versions | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c3f6911..53e66b7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,17 +8,8 @@ jobs: - name: Check out code uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.2 - name: rubocop uses: reviewdog/action-rubocop@v2 with: rubocop_version: gemfile rubocop_extensions: rubocop-performance:gemfile rubocop-rails:gemfile rubocop-github:gemfile rubocop-rspec:gemfile -# erb-lint has issues with Alpine (of which is used extensively throughout our products), follow the following issues before re-enabling: -# https://github.com/Shopify/erb-lint/issues/221 -# https://github.com/Shopify/better-html/issues/69 -# - name: erb-lint -# uses: ./.github/actions/erblint -# with: -# rubocop_extensions: rubocop-performance:gemfile rubocop-rails:gemfile rubocop-github:gemfile diff --git a/.tool-versions b/.tool-versions index a3ec5a4..5aa8e0c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -3.2 +ruby 3.3.6