Skip to content

Commit b5d8a3f

Browse files
committed
chore: added yaml linter configs
1 parent 15d77fe commit b5d8a3f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.yamlfmt.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://github.com/google/yamlfmt/blob/main/docs/config-file.md
2+
formatter:
3+
type: basic
4+
include_document_start: false

.yamllint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://yamllint.readthedocs.io/en/stable/rules.html
2+
extends: default
3+
rules:
4+
document-start:
5+
present: false
6+
truthy: false

0 commit comments

Comments
 (0)