fix: indentation violations in YAML files (#1972)

This commit is contained in:
Bowen Liang
2024-01-09 18:15:25 +08:00
committed by GitHub
parent e696b72f08
commit b8592ad412
84 changed files with 1836 additions and 1841 deletions

View File

@@ -1 +1 @@
failure-threshold: "error"
failure-threshold: "error"

View File

@@ -5,11 +5,7 @@ extends: default
rules:
brackets:
max-spaces-inside: 1
comments-indentation: disable
document-start: disable
indentation:
level: warning
line-length: disable
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning
truthy: disable