8000 Create yaml-lint-config.yml · devngo/setup-python@6655692 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6655692

Browse files
authored
Create yaml-lint-config.yml
1 parent 2aaa66f commit 6655692

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

yaml-lint-config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends: default
2+
3+
rules:
4+
# 80 chars should be enough, but don't fail if a line is longer
5+
line-length:
6+
max: 80
7+
level: warning

0 commit comments

Comments
 (0)
0