Skip to content

Lint commits using gitlint

Yorick Peterse requested to merge gitlint into master

This adds a CI job called lint:gitlint that lints commits using gitlint (https://github.com/jorisroovers/gitlint). In addition, we include three custom linters to help enforce good commit message practises. For example, commit bodies may not be longer than 72 characters unless they exceed this limit due to a URL.

Merge request reports