make yamllint happy

This commit is contained in:
Michael Rennecke
2020-11-13 21:16:49 +01:00
parent e0e849b96d
commit 7beb58a0a2
7 changed files with 25 additions and 30 deletions

10
.yamllint Normal file
View File

@@ -0,0 +1,10 @@
---
extends: default
rules:
truthy:
allowed-values:
- 'true'
- 'false'
- 'yes'
- 'no'