From 19cca7ea2b2e94901cd6b1697bda0e62943fcdff Mon Sep 17 00:00:00 2001 From: kn1cht <16277200+kn1cht@users.noreply.github.com> Date: Mon, 22 Jun 2020 21:26:37 +0900 Subject: [PATCH] update .yamllint to ignore all in .github/ --- .yamllint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 0d395115..468fa883 100644 --- a/.yamllint +++ b/.yamllint @@ -3,7 +3,7 @@ extends: default # For all rules ignore: | - .github/workflows/lint.yml + .github/ rules: # We are not limiting line length, because non-programmer translators might not be aware of it.