1 Star 1 Fork 1

无忧无怖 / fc-angular

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.commitlintrc.js 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
SteinsGate 提交于 2019-10-11 15:09 . :art:style:
/*
* @Author: honghong
* @Date: 2019-10-11 11:15:48
* @LastEditors: honghong
* @LastEditTime: 2019-10-11 14:59:52
* @Description: 校验你的 message,如果我们提交的不符合指向的规范, 直接拒绝提交
* @email: 3300536651@qq.com
*/
module.exports = {
extends: [
'@commitlint/config-conventional'
],
// 参考链接:https://commitlint.js.org/#/reference-rules
rules: {
'subject-empty': [0, 'never'], //
'type-empty': [0, 'never']
}
};
1
https://gitee.com/yuysh/fc-angular.git
git@gitee.com:yuysh/fc-angular.git
yuysh
fc-angular
fc-angular
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891