Skip to content

Commit

Permalink
CI: Rely on --format progress in RuboCop being default
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 23, 2024
1 parent 7e9783c commit d0cc061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
with:
ruby-version: 2.6
bundler-cache: true # 'bundle install' and cache gems
- name: Rubocop
run: bundle exec rubocop --format progress
- run: bundle exec rubocop
build:
needs: [linting]
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0cc061

Please sign in to comment.