Skip to content

breca/commitlinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

commitlinter

An imperfect bash git hook linter for commit messages, ensuring compliance with conventional commits guidelines ala conventional commits

See the spec here.

To enable, copy commit-msg to .git/hooks/ under your favorite git repo -- or if you're brave and want to use this globally, copy the script to your system git templates directory and future inits/clones will ensure it's present.

sudo sh -c 'cp commit-msg /usr/share/git-core/templates/hooks/ && chmod 0755 /usr/share/git-core/templates/hooks/commit-msg'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages