We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addb7b9 commit 5044eb2Copy full SHA for 5044eb2
.yamlignore
@@ -0,0 +1 @@
1
+.trunk/*
.yamllint
@@ -0,0 +1,19 @@
+---
2
+extends: default
3
+
4
+ignore-from-file: .yamlignore
5
6
+rules:
7
+ comments:
8
+ min-spaces-from-content: 1
9
10
+# yamllint disable rule:line-length
11
+#
12
+# References:
13
+# False positive: interpreting GitHub actions "on:" as a truthy value #430
14
+# https://github.com/adrienverge/yamllint/issues/430
15
16
+# YAML formatting not compliant with yamllint "spaces before comments" requirement #433
17
+# https://github.com/redhat-developer/vscode-yaml/issues/433#issuecomment-1235681987
18
19
+# yamllint enable rule:line-length
0 commit comments