How to Install gitlint in Ubuntu 18.04



Install gitlint by entering the following commands in the terminal:

sudo apt update
sudo apt install gitlint

Description:

Git commit message linter written in Python

Git commit message linter written in Python, checks your commit messages for style. . Great for use as a commit-msg Git hook or as part of your gating script in a CI pipeline (e.g. Jenkins).

Homepage: https://jorisroovers.github.io/gitlint/

Version: 0.9.0-2

Section: universe/utils