-
Notifications
You must be signed in to change notification settings - Fork 281
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
Bug: a directory with name *.yml makes yamllint to lint all containing files despite their type #279
Comments
Thanks for the report. I confirm that with this directory structure:
running This is probably linked to yamllint/yamllint/conf/default.yaml Lines 3 to 6 in bbcad94
or Lines 31 to 40 in bbcad94
Contributions to fix this (and add a test in |
Run into this issue today as well:
|
Give the following tree structure:
/test.yml
/generated/products.yml/products.sql
When executing yamllint, it scans the file products.sql, which is not yaml, raising an error.
The text was updated successfully, but these errors were encountered: