redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.09k stars 264 forks source link

Configuration to exclude paths from validation #159

Open zgoda opened 5 years ago

zgoda commented 5 years ago

Currently it is not possible to exclude paths/patterns from validation. Without this eg Conda recipe specs are reported as invalid because they are in fact Jinja templates of real YAML documents and the content indeed is not valid YAML.

hadim commented 10 months ago

Any chance to be able to disable validation for jinja/yaml files?