From 5661ace587c22d5085bcdbd55927d6d15c1cd923 Mon Sep 17 00:00:00 2001 From: Eimert Date: Mon, 2 Apr 2018 13:39:37 +0200 Subject: [PATCH] removed leading slashes from 'ignore: |' directories [Solved](https://github.com/metacloud/molecule/issues/1228), when yamllint is used by molecule. --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index 0815789..134172d 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -129,7 +129,7 @@ You can either totally ignore files (they won't be looked at): ignore: | /this/specific/file.yaml - /all/this/directory/ + all/this/directory/ *.template.yaml or ignore paths only for specific rules: @@ -167,4 +167,4 @@ Here is a more complex example: trailing-spaces: ignore: | *.ignore-trailing-spaces.yaml - /ascii-art/* + ascii-art/*