mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
ci(lintcommit.lua): replace third-party commitlint #15747
This commit is contained in:
@@ -91,7 +91,7 @@ local function validate_commit(commit_message)
|
||||
|
||||
-- Check that description doesn't end with a period
|
||||
if vim.endswith(after_colon, ".") then
|
||||
return [[Description ends with a period (\".\").]]
|
||||
return [[Description ends with a period (".").]]
|
||||
end
|
||||
|
||||
-- Check that description has exactly one whitespace after colon, followed by
|
||||
|
Reference in New Issue
Block a user