-
Notifications
You must be signed in to change notification settings - Fork 4
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
YAML Anchor / Fragments Support #39
Comments
🎉 This issue has been resolved in version 1.0.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@adaliszk Hi! I fixed it in v1.0.7, but there are some limitations - https://github.com/zavoloklom/docker-compose-linter?tab=readme-ov-file#anchor-handling Please let me know if something goes wrong. |
Thank you very much! |
Version
v1.0.6
YAML file where the error occurs
Command used to run
npx dclint .
Additional context
Current behavior (console output)
Expected behavior
The Anchors / Fragments should be resolved before validating the schema, and thus the error would not tell that additional properties are not allowed, as there are no actual keys like
<<
being used after parsing the YAML.The text was updated successfully, but these errors were encountered: