提交 141726f0 编写于 作者: T Tomas Vik

Merge branch 'jdb/remove-subject-case-lint' into 'main'

ci: Remove subject-case linting

See merge request gitlab-org/gitlab-vscode-extension!287
......@@ -21,6 +21,7 @@ const customRules = {
'header-max-length': [2, 'always', maximumLineLength],
'body-leading-blank': [2, 'always'],
'footer-leading-blank': [2, 'always'],
'subject-case': [0],
};
async function getMr() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册