Skip to content

Commit

Permalink
Cleanup for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
silug committed Jun 3, 2024
1 parent 3eddb6f commit cb3a9b3
Show file tree
Hide file tree
Showing 12 changed files with 699 additions and 1,155 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ env:
BUNDLE_WITHOUT: release

jobs:
# rubocop is currently not included in Gemfile
# rubocop:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Install Ruby 3.1
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: "3.1"
# bundler-cache: true
# - name: Run rubocop
# run: bundle exec rake rubocop
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Run rubocop
run: bundle exec rake rubocop
test:
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ coverage
.bundle
.vendor
_vendor
/vendor/
tmp/
doc
# JetBrains IDEA
Expand Down
Loading

0 comments on commit cb3a9b3

Please sign in to comment.