removed leading slashes from 'ignore: |' directories

[Solved](https://github.com/metacloud/molecule/issues/1228), when yamllint is used by molecule.
pull/104/head
Eimert 7 years ago committed by GitHub
parent 503bde9e70
commit 5661ace587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/*

Loading…
Cancel
Save