Skip to content

Commit 6f7bd69

Browse files
committed
Add .yamllint configuration for YAML linting rules
1 parent a682e44 commit 6f7bd69

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.yamllint

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
extends: default
3+
4+
yaml-files:
5+
- '*.yaml'
6+
- '*.yml'
7+
- '.yamllint'
8+
- '*.yml.example'
9+
10+
rules:
11+
empty-lines:
12+
level: warning
13+
line-length:
14+
max: 255

0 commit comments

Comments
 (0)