fix(pre-commit): don’t default verbose to on #1015

Merged
earl-warren merged 1 commit from Freso/forgejo-runner:pre-commit-verbose into main 2025-09-18 12:02:08 +00:00
Contributor

verbose was only set here as a work-around to make sure users saw the output of validate since there was no fail signal from the executable.

As of #1009 there now is a signal that the validation failed which pre-commit can pick up on, so we no longer need to default verbose to be on.

  • bug fixes
    • PR: fix(pre-commit): don’t default verbose to on
`verbose` was only set here as a work-around to make sure users saw the output of `validate` since there was no fail signal from the executable. As of https://code.forgejo.org/forgejo/runner/pulls/1009 there now is a signal that the validation failed which pre-commit can pick up on, so we no longer need to default `verbose` to be on. <!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - bug fixes - [PR](https://code.forgejo.org/forgejo/runner/pulls/1015): <!--number 1015 --><!--line 0 --><!--description Zml4KHByZS1jb21taXQpOiBkb27igJl0IGRlZmF1bHQgYHZlcmJvc2VgIHRvIG9u-->fix(pre-commit): don’t default `verbose` to on<!--description--> <!--end release-notes-assistant-->
fix(pre-commit): don’t default verbose to on
Some checks failed
checks / validate pre-commit-hooks file (pull_request) Successful in 58s
checks / validate mocks (pull_request) Successful in 1m28s
checks / build and test (pull_request) Successful in 3m36s
checks / runner exec tests (pull_request) Successful in 31s
checks / runner integration tests (pull_request) Successful in 4m30s
checks / integration tests (pull_request) Successful in 12m9s
cascade / forgejo (pull_request_target) Failing after 10m17s
issue-labels / release-notes (pull_request_target) Failing after 12m18s
cascade / end-to-end (pull_request_target) Successful in 36s
cascade / debug (pull_request_target) Failing after 14m54s
27b010989c
`verbose` was only set here as a work-around to make sure users saw the
output of `validate` since there was no fail signal from the executable.

As of #1009 there now is a
signal that the validation failed which pre-commit can pick up on, so we
no longer need to default `verbose` to be on.
earl-warren deleted branch pre-commit-verbose 2025-09-18 12:02:08 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
forgejo/runner!1015
No description provided.