chore: lint

This commit is contained in:
mco-system
2023-05-09 18:55:45 +11:00
parent a23f7b89e6
commit 3ba116c7fa
4 changed files with 539 additions and 6 deletions

20
.yamllint Normal file
View File

@@ -0,0 +1,20 @@
---
extends: default
rules:
line-length: disable
colons:
level: warning
indentation:
level: warning
indent-sequences: consistent
commas:
level: warning
brackets:
level: warning
hyphens:
level: warning
new-line-at-end-of-file: disable
quoted-strings:
required: only-when-needed
level: warning