Skip to content

Commit 71e9e45

Browse files
author
shuuuuuny
committed
chore: set rubocop fail-level to WARN
1 parent 4d86a54 commit 71e9e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup
2525
run: bin/setup
2626
- name: Rubocop
27-
run: bundle exec rake rubocop
27+
run: bundle exec rubocop --fail-level W
2828
# steep:
2929
# runs-on: ubuntu-latest
3030
# steps:

0 commit comments

Comments
 (0)