add linters and refactor bootstraping scripts
- giant refactoring - add aliases and functions to ease work - apply linters / fixers / fmt to most files
This commit is contained in:
21
.conform.yaml
Normal file
21
.conform.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
policies:
|
||||
- type: commit
|
||||
spec:
|
||||
header:
|
||||
length: 89
|
||||
imperative: true
|
||||
case: lower
|
||||
invalidLastCharacters: .
|
||||
body:
|
||||
required: false
|
||||
dco: true
|
||||
gpg: false
|
||||
spellcheck:
|
||||
locale: US
|
||||
maximumOfOneCommit: true
|
||||
conventional:
|
||||
types:
|
||||
- "type"
|
||||
scopes:
|
||||
- "scope"
|
||||
descriptionLength: 72
|
Reference in New Issue
Block a user