-
Notifications
You must be signed in to change notification settings - Fork 0
/
.conform.yaml
29 lines (29 loc) · 987 Bytes
/
.conform.yaml
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
policies:
- type: commit
spec:
header:
length: 80
imperative: true
case: lower
invalidLastCharacters: .
body:
required: false
gpg:
required: false
spellcheck:
locale: US
maximumOfOneCommit: false
conventional:
types:
- "build" # Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- "ci" # Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
- "docs" # Documentation only changes
- "feat" # A new feature
- "fix" # A bug fix
- "perf" # A code change that improves performance
- "refactor" # A code change that neither fixes a bug nor adds a feature
- "test" # Adding missing tests or correcting existing tests
scopes:
- "v1"
- "tempo"
descriptionLength: 72