From c9ef933362ac618df851898e9e02d98c29f9305c Mon Sep 17 00:00:00 2001 From: Alice King Tai Poon <23336645+codenamedpkt@users.noreply.github.com> Date: Sun, 5 Jun 2022 17:16:29 +0800 Subject: [PATCH] Update yaml-lint-config.yml --- yaml-lint-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaml-lint-config.yml b/yaml-lint-config.yml index 52bd3a1e..bc2f8f88 100644 --- a/yaml-lint-config.yml +++ b/yaml-lint-config.yml @@ -1,7 +1,7 @@ extends: default rules: - # 120 chars should be enough, but don't fail if a line is longer + # 600 chars should be enough, but don't fail if a line is longer line-length: - max: 120 + max: 600 level: warning