alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
core
/
.tangled
2 folders
at
icy/commit-msg-lint
Anirudh Oppiliappan
.tangled: add Go-style commit-message lint (hook + CI)
11d ago
f7a7b0db
hooks
.tangled: add Go-style commit-message lint (hook + CI) Add a shared linter (.tangled/hooks/commit-msg-lint.sh) enforcing the Go / Tailscale commit convention: a real pkg/path prefix, imperative lowercase summary, no trailing period, blank line before the body. It rejects Conventional Commit prefixes (fix:, feat:) and invented roots like workflows/ (the real path is .tangled/workflows). Wire it up two ways: a commit-lint CI workflow that lints the PR commit range (or the pushed tip), and a git commit-msg hook installable via .tangled/hooks/install.sh. jj users rely on CI or run the linter by hand. Document the convention and setup in CONTRIBUTING.md.
1 week ago
workflows
.tangled: add Go-style commit-message lint (hook + CI) Add a shared linter (.tangled/hooks/commit-msg-lint.sh) enforcing the Go / Tailscale commit convention: a real pkg/path prefix, imperative lowercase summary, no trailing period, blank line before the body. It rejects Conventional Commit prefixes (fix:, feat:) and invented roots like workflows/ (the real path is .tangled/workflows). Wire it up two ways: a commit-lint CI workflow that lints the PR commit range (or the pushed tip), and a git commit-msg hook installable via .tangled/hooks/install.sh. jj users rely on CI or run the linter by hand. Document the convention and setup in CONTRIBUTING.md.
1 week ago