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.
yamllint
1 parent 5fb2f04 commit 480ec4eCopy full SHA for 480ec4e
1 file changed
.yamllint
@@ -1,2 +1,10 @@
1
-indentation:
2
- indent-sequences: false
+---
+
3
+extends: default
4
5
+rules:
6
+ indentation:
7
+ level: error
8
+ indent-sequences: false
9
10
+...
0 commit comments