1 Star 0 Fork 3

yeung908/市政总BIM资产管理系统-前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commitlint.config.js 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
晓志 提交于 2021-11-09 15:32 . create:代码上传
// 具体规则见 https://commitlint.js.org/#/reference-rules
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
// 0 禁用规则 1 启用警告 2 报错并退出
'header-max-length': [
// 提交的头最多多少个字符
0,
'always',
72
],
'type-enum': [
2,
'always',
[
'feat', // 新功能(feature)
'fix', // 修补bug
'docs', // 文档(documentation)
'style', // 格式(不影响代码运行的变动)
'refactor', // 重构(即不是新增功能,也不是修改bug的代码变动)
'test', // 增加测试
'revert', // 回滚
'config', // 构建过程或辅助工具的变动
'chore' // 其他改动
]
],
'scope-empty': [0, 'never'], // 不需要设置scope
'type-empty': [2, 'never'], // type必填,不然报错
'subject-empty': [2, 'never'], // subject不能为空
'subject-full-stop': [0, 'never'],
'subject-case': [0, 'never']
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yeung908/szz-bim-front.git
git@gitee.com:yeung908/szz-bim-front.git
yeung908
szz-bim-front
市政总BIM资产管理系统-前端
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385