Skip to content

Commit

Permalink
ci: make chusaku output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Nov 6, 2024
1 parent 78280b4 commit 9df6827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/github_actions_ci/workflows/ci.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Check Run Ruby model annotations
run: bundle exec annotate --frozen
- name: Check Ruby controller annotations
run: bundle exec chusaku --exit-with-error-on-annotation
run: bundle exec chusaku --verbose --exit-with-error-on-annotation
- run: bundle exec rubocop
- run: bundle exec erblint .
- run: bundle exec brakeman --run-all-checks .
Expand Down

0 comments on commit 9df6827

Please sign in to comment.