forked from contentauth/c2pa-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.commitlintrc.yml
More file actions
48 lines (42 loc) · 889 Bytes
/
.commitlintrc.yml
File metadata and controls
48 lines (42 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# If updating this file, please also review `docs/release-process.md` and
# `.github/workflows/pr_title.yml` and update the summary of these rules
# in those files accordingly.
rules:
# Body may be empty
body-empty:
level: ignore
# Description must not be empty
description-empty:
level: error
# Description should be <70 chars
description-max-length:
level: warning
length: 70
# Scope must be one of the following
scope:
level: error
optional: true
options:
- c2patool
- export_schema
- make_test_images
- sdk
# Subject line should exist
subject-empty:
level: error
# Type must be one of these options
type:
level: error
options:
- build
- chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
- update