forked from infra/ansible
get yamllint to ignore templates in openshift apps
previously, the yamllint ingores for templates only worked for roles one level down. Since our openshift apps are nested in the openshift-apps directory, yamllint was trying to lint jinja templates with a .yml extension. This updates the yamllint ignores to include templates in openshift apps roles. Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
b3478a46c1
commit
127d7c3269
1 changed files with 1 additions and 0 deletions
|
|
@ -26,4 +26,5 @@ rules:
|
|||
|
||||
ignore:
|
||||
- '*/templates/*'
|
||||
- '*/openshift-apps/*/templates/*'
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue