From a5699981d4077523cf398cf69772ef89eb29a99c Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Mon, 13 Jan 2020 14:58:13 +0100 Subject: [PATCH] Add comments to .yamllint.yml Add comments to .yamllint.yml --- .yamllint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.yamllint.yml b/.yamllint.yml index addf0aa..7b6077b 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,5 +1,8 @@ +--- +# https://yamllint.readthedocs.io/en/stable/configuration.html extends: default +# https://yamllint.readthedocs.io/en/stable/rules.html rules: # 80 chars should be enough, but don't fail if a line is longer line-length: