From 3682c967ecef9723c71436aeba9fc028f71267d7 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 11 Mar 2021 23:23:05 +0700 Subject: [PATCH] Update yamllint config to ignore non-templates --- .yamllint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.yamllint b/.yamllint index 6add7f4293..681c2959c0 100644 --- a/.yamllint +++ b/.yamllint @@ -1,6 +1,10 @@ --- extends: default +ignore: | + .pre-commit-config.yaml + .github/workflows/*.yml + rules: document-start: disable line-length: disable