From 8ab680635be5d20444dfa730e8cad2ecc1632cbc Mon Sep 17 00:00:00 2001 From: Eimert Date: Mon, 2 Apr 2018 20:05:04 +0200 Subject: [PATCH] docs: Make `ignore` examples clearer [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/*