Skip to content

Commit 53e99a4

Browse files
committed
GH Actions: remove RuboCop debugging options
1 parent 4f3f6e3 commit 53e99a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: test
2727
run: bundle exec rspec --force-color
2828
- name: rubocop
29-
run: bundle exec rubocop --no-parallel --debug --color || true
29+
run: bundle exec rubocop --color || true
3030
- name: check for .editorconfig violations in non-Ruby files
3131
# RuboCop has already checked Ruby files for issues that editorconfig-checker
3232
# checks for, so we're excluding Ruby files here.

0 commit comments

Comments
 (0)