Skip to content

Commit 7549894

Browse files
committed
chore: clarify yamllint ownership
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 83f40e9 commit 7549894

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/config/.yamllint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ extends: relaxed
22

33
rules:
44
document-start: disable
5+
# Line length is owned by the repo's root .editorconfig.
56
line-length: disable
6-
indentation: warning
7+
# Keep indentation checks in yamllint so YAML structure issues still fail lint.
8+
indentation: enable

0 commit comments

Comments
 (0)