From dcfd097e3bd41a140c4d4d2b496ebed65802a832 Mon Sep 17 00:00:00 2001 From: Fern Support <126544928+fern-support@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:50:31 -0400 Subject: [PATCH] chore: update lint action --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b8e0b18..a30f61fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,17 +64,17 @@ jobs: run: | bundle install - - name: Run RuboCop with auto-correct - run: | - bundle exec rake rubocop:autocorrect + # - name: Run RuboCop with auto-correct + # run: | + # bundle exec rake rubocop:autocorrect # TODO: Uncomment this when we have a way a fix for all RuboCop violations # - name: Check for RuboCop violations # run: | # bundle exec rubocop --fail-level W - - name: Ensure no changes to git-tracked files - run: git --no-pager diff --exit-code + # - name: Ensure no changes to git-tracked files + # run: git --no-pager diff --exit-code security: runs-on: ubuntu-latest