From 3a115bc6f072947074e29728acc1eae47af4edd9 Mon Sep 17 00:00:00 2001 From: tmknom Date: Sat, 2 May 2020 17:42:42 +0900 Subject: [PATCH] Update .yamllint --- .yamllint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.yamllint b/.yamllint index c6c0a3f..6c91258 100644 --- a/.yamllint +++ b/.yamllint @@ -2,3 +2,7 @@ extends: default rules: document-start: disable + truthy: + allowed-values: ['true', 'false', 'on'] + line-length: + max: 120