docs: Make ignore examples clearer
[Solved](https://github.com/metacloud/molecule/issues/1228), when yamllint is used by molecule.
This commit is contained in:
@@ -129,7 +129,7 @@ You can either totally ignore files (they won't be looked at):
|
|||||||
|
|
||||||
ignore: |
|
ignore: |
|
||||||
/this/specific/file.yaml
|
/this/specific/file.yaml
|
||||||
/all/this/directory/
|
all/this/directory/
|
||||||
*.template.yaml
|
*.template.yaml
|
||||||
|
|
||||||
or ignore paths only for specific rules:
|
or ignore paths only for specific rules:
|
||||||
@@ -167,4 +167,4 @@ Here is a more complex example:
|
|||||||
trailing-spaces:
|
trailing-spaces:
|
||||||
ignore: |
|
ignore: |
|
||||||
*.ignore-trailing-spaces.yaml
|
*.ignore-trailing-spaces.yaml
|
||||||
/ascii-art/*
|
ascii-art/*
|
||||||
|
|||||||
Reference in New Issue
Block a user