chore(ci): add yamllint
This commit is contained in:
parent
bd6439bdfb
commit
0696d1f785
2 changed files with 25 additions and 0 deletions
12
.yamllint
Normal file
12
.yamllint
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
yaml-files:
|
||||
- '*.yaml'
|
||||
- '*.yml'
|
||||
- '.yamllint'
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
indentation:
|
||||
indent-sequences: consistent
|
Loading…
Add table
Add a link
Reference in a new issue