yamllint: enable truthy rule (#8698)
* yamllint: enable truthy rule
Ilya Mashchenko committed
Apr 14, 2020 at 16:51 UTC
7b59e14afda88480bc46211dd01238596c5b5941
1 file changed
+3
-1
.yamllint.yml
+3
-1
@@ -30,4 +30,6 @@ rules:
30
octal-values: enable
31
quoted-strings: disable
32
trailing-spaces: enable
33
- truthy: disable
33
+ truthy:
34
+ check-keys: false
35
+ allowed-values: ["true", "false", "yes", "no"]