mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: error out for invalid component in commit header
if the commit header is not present in the list of the component we maintain. the commitlint check should show error instead of showing the warning. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
fb9ae06b1f
commit
52243d0140
@ -13,7 +13,7 @@ rules:
|
|||||||
scope-empty: [1, always]
|
scope-empty: [1, always]
|
||||||
# valid types/prefixes, see docs/development-guide.md
|
# valid types/prefixes, see docs/development-guide.md
|
||||||
type-enum:
|
type-enum:
|
||||||
- 1
|
- 2
|
||||||
- always
|
- always
|
||||||
- - build
|
- - build
|
||||||
- cephfs
|
- cephfs
|
||||||
|
Loading…
Reference in New Issue
Block a user