Skip to content

Commit 38c500e

Browse files
committed
add .yamllint extensions file
Signed-off-by: Phill Kelley <[email protected]>
1 parent 6f08390 commit 38c500e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.yamllint.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
3+
extends: default
4+
5+
rules:
6+
empty-lines:
7+
max: 2
8+
max-start: 0
9+
max-end: 1
10+
line-length:
11+
max: 200

0 commit comments

Comments
 (0)