fix(pre-commit): don’t default verbose to on #1015
No reviewers
Labels
No labels
FreeBSD
Kind/Breaking
Kind/Bug
Kind/Chore
Kind/DependencyUpdate
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Windows
linux-powerpc64le
linux-riscv64
linux-s390x
run-end-to-end-tests
run-forgejo-tests
run-multi-platform-tests
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
forgejo/runner!1015
Loading…
Reference in a new issue
No description provided.
Delete branch "Freso/forgejo-runner:pre-commit-verbose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
verbosewas only set here as a work-around to make sure users saw the output ofvalidatesince 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
verboseto be on.verboseto onverboseto on