Skip to content

Commit 80cfb8e

Browse files
committed
Update ci.yml
1 parent 287be80 commit 80cfb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Run tests
2626
run: bundle exec rspec
2727

28-
- name: Run RuboCop
29-
run: bundle exec rubocop
28+
- name: Run RuboCop (fail only on errors)
29+
run: bundle exec rubocop --fail-level error
3030

3131
- name: Run Sorbet type checker
3232
run: bundle exec srb tc

0 commit comments

Comments
 (0)