feat: add conventional commits to gitlint config
This commit is contained in:
parent
975482447d
commit
78b7c4d420
2 changed files with 2 additions and 2 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue