1 Star 1 Fork 0

codeveryday/rook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.commitlintrc.json 925 Bytes
一键复制 编辑 原始数据 按行查看 历史
shay1760 提交于 2024-02-27 00:58 +08:00 . ci: remove extra space with 'network' commit title
{
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"type-enum": [
2,
"always",
[
"block",
"bot",
"build",
"cephfsmirror",
"ci",
"core",
"cosi",
"csi",
"doc",
"docs",
"exporter",
"external",
"file",
"helm",
"k8sutil",
"manifest",
"mds",
"mgr",
"mon",
"monitoring",
"multus",
"network",
"nfs",
"object",
"operator",
"osd",
"pool",
"rbdmirror",
"rgw",
"security",
"subvolumegroup",
"namespace",
"test",
"tests"
]
],
"body-leading-blank": [
2,
"always"
],
"footer-leading-blank": [
2,
"always"
],
"body-max-line-length": [
0,
"always"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codeveryday/rook.git
git@gitee.com:codeveryday/rook.git
codeveryday
rook
rook
master

搜索帮助