gommit:强制git消息提交一致性 源码
Gommit Gommit分析会提交消息,以确保它们遵循定义的模式。 概要 建立 根据您的体系结构gommit二进制文件从发布页面下载: : 定义一个文件.gommit.toml 在项目的根目录下创建一个文件.gommit.toml ,例如: [ config ] exclude-merge-commits = true check-summary-length = true summary-length = 50 [ matchers ] all = " (?:ref|feat|test|fix|style) \\ (.*? \\ ) : .*? \n (?: \n ?(?: \\
用户评论