Skip to content

Commit a75bc90

Browse files
authored
Merge pull request tmknom#9 from tmknom/update-yamllint
Update .yamllint
2 parents f53c0dd + 77f8edc commit a75bc90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.yamllint

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ extends: default
22

33
rules:
44
document-start: disable
5+
truthy:
6+
allowed-values: ['true', 'false', 'on']
7+
line-length:
8+
max: 120

0 commit comments

Comments
 (0)