Add pre-commit yamllint
This commit is contained in:
parent
0945af9773
commit
04e02c0182
1 changed files with 9 additions and 0 deletions
9
.yamllint.yaml
Normal file
9
.yamllint.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
extends: default
|
||||
|
||||
ignore-from-file:
|
||||
- .gitignore
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
document-start: disable
|
||||
comments: disable
|
Loading…
Add table
Add a link
Reference in a new issue