Skip to content

Commit

Permalink
Fixes #37393 - Adapt rubocop command to work with rubocop version 0.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed May 22, 2024
1 parent 951a2be commit c2624a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint:
extends: .common
stage: lint
script:
- bundle exec rubocop --format junit --out rubocop.xml --display-only-failed
- bundle exec rubocop --format junit --out rubocop.xml --display-only-fail-level-offenses --fail-level=A
artifacts:
when: always
paths:
Expand Down

0 comments on commit c2624a9

Please sign in to comment.