Skip to content

jiholland/commitlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

commitlint

Python module that will lint commit messages according to conventional commit scheme.

usage

Intended to be used in a Git CI/CD pipeline.

Run without arguments.
$ python3 commitlint.py

Pass the Git root directory as an argument.
$ python3 commitlint.py "$(realpath git_example_root_dir)"

Pass the GitLab project directory as an argument.
$ python3 commitlint.py $CI_PROJECT_DIR

license

BSD-3-Clause

About

Python module that will lint commit messages according to the conventional commit scheme.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages