Skip to content

Commit 698cd61

Browse files
committed
Add .yamllint file
1 parent b250214 commit 698cd61

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.yamllint

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
braces: { min-spaces-inside: 1, max-spaces-inside: 1 }
6+
brackets: { min-spaces-inside: 1, max-spaces-inside: 1 }
7+
comments:
8+
level: error
9+
comments-indentation: disable
10+
document-start:
11+
level: error
12+
truthy:
13+
level: error

0 commit comments

Comments
 (0)