Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore files from inside templates/ #1524

Merged
merged 1 commit into from Apr 8, 2021
Merged

Ignore files from inside templates/ #1524

merged 1 commit into from Apr 8, 2021

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Apr 8, 2021

Avoid using file extensions from files under templates/ folders as they are unlikely to validate
using their extension type. For example .yaml files from these are likely jinja2 templated.

Fixes: #1511

@ssbarnea ssbarnea added the bug label Apr 8, 2021
@ssbarnea ssbarnea changed the title Ignore templated files Ignore files from inside templates/ Apr 8, 2021
Avoid using file extensions from files under
templates/ folders as they are unlikely to validate
using their extension type. For example .yaml files
from these are likely jinja2 templated.

Fixes: #1511
@ssbarnea ssbarnea merged commit 48b8324 into master Apr 8, 2021
@ssbarnea ssbarnea deleted the fix/templates branch April 8, 2021 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autodetect fails on template yaml files
1 participant