We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-commit-verify
原始问题: #500
用于优化git功能执行自动生成提交消息被hook阻止问题。
git
hook
对特定符合规则的提交消息允许忽略验证
参考源:https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts#L17-L28
[ test( /^((Merge pull request)|(Merge (.*?) into (.*?)|(Merge branch (.*?)))(?:\r?\n)*$)/m ), test(/^(R|r)evert (.*)/), test(/^(fixup|squash)!/), isSemver, test(/^(Merged (.*?)(in|into) (.*)|Merged PR (.*): (.*))/), test(/^Merge remote-tracking branch(\s*)(.*)/), test(/^Automatic merge(.*)/), test(/^Auto-merged (.*?) into (.*)/), ]
No response
The text was updated successfully, but these errors were encountered:
958d0ba
No branches or pull requests
描述
原始问题: #500
用于优化
git
功能执行自动生成提交消息被hook
阻止问题。建议的解决方案
对特定符合规则的提交消息允许忽略验证
替代方案
参考源:https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts#L17-L28
额外的上下文
No response
The text was updated successfully, but these errors were encountered: