Skip to content

Commit

Permalink
Revert superfluous changes to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Dec 5, 2024
1 parent be06d7d commit a7fa546
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
fail-fast: false
matrix:
ruby_version:
- "2.7"
- "3.2"
- "3.3"
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ gem "minitest"
gem "rake"
gem "rubocop-jekyll", "~> 0.14.0"
gem "rubocop-minitest"
gem "rubocop-rake"
gem "shoulda-context"
2 changes: 1 addition & 1 deletion script/fmt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

echo "RuboCop $(bundle exec rubocop --version)"
bundle exec rubocop -d --disable-pending-cops $@
bundle exec rubocop -E --disable-pending-cops $@
success=$?
if ((success != 0)); then
echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"
Expand Down

0 comments on commit a7fa546

Please sign in to comment.