6 Star 24 Fork 5

KusionStack / Kusion 云原生规模化运维引擎

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commitlint.config.js 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
// This file is the configuration file of [commitlint](https://commitlint.js.org/#/).
//
// Rules can be referenced:
// https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional
const Configuration = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 500],
},
};
module.exports = Configuration;
Go
1
https://gitee.com/kusionstack/kusion.git
git@gitee.com:kusionstack/kusion.git
kusionstack
kusion
Kusion 云原生规模化运维引擎
main

搜索帮助