Skip to content

jamars/commitlint-in-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using dockerized commitlint in git hooks to validate commit messages.

Build the docker image with

docker build -t <imagename>:<tag> .

or pull from dockerhub with

docker pull jamars/commitlint-in-docker:0.1.2

The repo contains an example of a commit-msg git hook that can be used to lint commit messages. Modify it as you wish and copy it to your git repo's .git/hooks.

About

Providing conventional commit's commitlint functionality by running a docker container

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors