Skip to content

Commit

Permalink
ci: make chusaku output verbose (#567)
Browse files Browse the repository at this point in the history
Without this, `chusaku` will just print a message saying that it has run
but with no indication of what was actually missing an annotation, which
can be annoying when you swear you did run it - even though the fix is
to run `bundle exec chusaku` locally which doesn't require knowing what
needs annotating, logs are free so we might as well be verbose here
  • Loading branch information
G-Rath authored Nov 19, 2024
1 parent 78280b4 commit c0e3fe5
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 c0e3fe5

Please sign in to comment.