1 Star 0 Fork 0

g-k8s/fk-ceph-csi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.commitlintrc.yml 1010 Bytes
一键复制 编辑 原始数据 按行查看 历史
---
# rules are documented at https://commitlint.js.org/#/reference-rules
# each rule has an array of three values:
# - 0, 1, 2 (rule is disabled, warning or error)
# - always/never
# - value
rules:
# the subject may not exceed 72 characters
header-max-length: [2, always, 72]
# the subject may not end with a "."
header-full-stop: [2, never, "."]
# the subject cannot be empty
subject-empty: [2, never]
# we do not use scopes for commit messages
scope-empty: [0, always]
# Body shouldn't be empty
body-min-length: [2, always, 1]
# Wrap the lines to 80 characters.
body-max-line-length: [2, always, 80]
# always sign off the commit
trailer-exists: [2, always, "Signed-off-by:"]
# valid types/prefixes, see docs/development-guide.md
type-enum:
- 2
- always
- - build
- cephfs
- ci
- csiaddons
- cleanup
- deploy
- doc
- e2e
- helm
- journal
- rbd
- rebase
- revert
- util
- nfs
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/g-k8s/fk-ceph-csi.git
git@gitee.com:g-k8s/fk-ceph-csi.git
g-k8s
fk-ceph-csi
fk-ceph-csi
devel

搜索帮助