Skip to content

Commit ff66a4b

Browse files
committed
Added yamllint configuration file
1 parent 99c7ddf commit ff66a4b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.yamllint

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
extends: default
3+
4+
rules:
5+
line-length: disable
6+
7+
truthy:
8+
allowed-values: ['true', 'True', 'yes', 'false', 'False', 'no']

0 commit comments

Comments
 (0)