samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
103 stars 24 forks source link

makefile: run gitlint via make rule #280

Closed synarete closed 1 year ago

synarete commented 1 year ago

Use gitlint[1] tool to check validity for latest commit messages. Added special makefile rule "check-gitlint" to run gitlint on last commits from master branch to HEAD. Expects the gitlint utility to be present in PATH.

[1] https://github.com/jorisroovers/gitlint

Signed-off-by: Shachar Sharon ssharon@redhat.com