提交 330a967f 编写于 作者: T Tomas Vik

Merge branch 'update-commit-lint' into 'main'

ci(commit-lint): include merge and revert commits in linting

See merge request gitlab-org/gitlab-vscode-extension!149
......@@ -43,7 +43,7 @@ async function getCommitsInMr() {
}
async function isConventional(message) {
return lint(message, { ...config.rules, ...customRules });
return lint(message, { ...config.rules, ...customRules }, { defaultIgnores: false });
}
const isMultiline = commit => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册