From c0e3fe5b1d073de3b6437a10a12bf94c474bf3e2 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 20 Nov 2024 11:49:23 +1300 Subject: [PATCH] ci: make `chusaku` output verbose (#567) 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 --- variants/github_actions_ci/workflows/ci.yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/github_actions_ci/workflows/ci.yml.tt b/variants/github_actions_ci/workflows/ci.yml.tt index a62461d2..ab8a7fb4 100644 --- a/variants/github_actions_ci/workflows/ci.yml.tt +++ b/variants/github_actions_ci/workflows/ci.yml.tt @@ -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 .