Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion check-dead-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
# Consumed by other repos as a pre-commit hook, pinned by rev:
#
# - repo: https://github.com/offworldlabs/ops
# rev: dead-code-v1.0
# rev: <latest dead-code-v*.* tag — see the repo's tag list or README>
# hooks:
# - id: dead-code
#
# No version is named here on purpose. This file is frozen inside whatever tag
# a consumer pinned, so any version written here is guaranteed wrong for every
# release after it. The README on main is the current reference.
#
# Do not vendor this file. Change it here, publish a dead-code-v<MAJOR>.<MINOR>
# tag (the dot matters — pre-commit warns "mutable reference" without one), then
# bump rev in the consumers (`pre-commit autoupdate` does that for you).
Expand Down
Loading