提交 4ea10b11 编写于 作者: T Tomas Vik

ci: enforce blank line after commit header

上级 0640748b
...@@ -20,8 +20,7 @@ const urlSemanticRelease = ...@@ -20,8 +20,7 @@ const urlSemanticRelease =
const customRules = { const customRules = {
'header-max-length': [2, 'always', maximumLineLength], 'header-max-length': [2, 'always', maximumLineLength],
'body-leading-blank': [2, 'always'], 'body-leading-blank': [2, 'always'],
'body-max-length': [1, 'always', maximumLineLength], 'footer-leading-blank': [2, 'always'],
'footer-max-length': [1, 'always', maximumLineLength],
}; };
async function getMr() { async function getMr() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册