Skip to content

Commit a8e59f1

Browse files
authored
Merge pull request rails#50587 from faqndo97/use_github_action_formatter_on_rubocop_ci
Use rubocop github formatter on CI to display annotations in the UI
2 parents e7cf982 + 3e448b6 commit a8e59f1

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/github

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
bundler-cache: true
5757

5858
- name: Lint code for consistent style
59-
run: bin/rubocop
59+
run: bin/rubocop -f github
6060
<% end -%>
6161

6262
test:

0 commit comments

Comments
 (0)