feat: add conventional commits to gitlint config

This commit is contained in:
Alexander Navarro 2023-12-08 10:41:05 -03:00
parent 975482447d
commit 78b7c4d420
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ return {
local lint = require("lint")
lint.linters.gitlint.stdin = true
lint.linters.gitlint.args = { "--msg-filename", "-" }
lint.linters.gitlint.args = { "--contrib", "contrib-title-conventional-commits", "--msg-filename", "-" }
lint.linters_by_ft = {
javascript = { "eslint_d" },