-
Notifications
You must be signed in to change notification settings - Fork 2
/
.conform.yaml
27 lines (27 loc) · 953 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
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: []
descriptionLength: 72