We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53c0dd commit 77f8edcCopy full SHA for 77f8edc
.yamllint
@@ -2,3 +2,7 @@ extends: default
2
3
rules:
4
document-start: disable
5
+ truthy:
6
+ allowed-values: ['true', 'false', 'on']
7
+ line-length:
8
+ max: 120
0 commit comments