Skip to content

Commit

Permalink
chore: Add cocogitto conventional commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
yonas committed Oct 18, 2024
1 parent 2eb1038 commit 1a5676c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .lefthook.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ glob = "*.go"
[pre-commit.commands.audit]
run = "just --timestamp audit"

[pre-commit.commands.cog-check]
run = "cog check"

#[commit-msg.commands.cog-verify]
#run = "cog verify -i '{1}'"

#[commit-msg.commands.cog-check]
#run = "cog check"

# Build commit message
[prepare-commit-msg.commands.commitzen]
interactive = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GitHub Actions, Woodpecker CI, and Lefthook pre-commit scripts.
- [lefthook](https://github.com/evilmartians/lefthook) pre-commit scripts
- [just](https://just.systems) and [go-task](https://taskfile.dev) task runners
- [pipelight](https://pipelight.dev) CI pipelines
- [goji](https://github.com/muandane/goji) commitizen commit message linting
- [goji](https://github.com/muandane/goji) and [cocogitto](https://github.com/cocogitto/cocogitto) conventional / commitizen commit message linting
- [typos](https://github.com/crate-ci/typos) spell checking
- [git-cliff](https://github.com/orhun/git-cliff) keep-a-changelog changelog generator
- [lychee](https://github.com/lycheeverse/lychee) dead link checker
Expand Down

0 comments on commit 1a5676c

Please sign in to comment.