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

[feat] Read from html-validate config file #2041

Open
abose opened this issue Jan 11, 2025 · 0 comments
Open

[feat] Read from html-validate config file #2041

abose opened this issue Jan 11, 2025 · 0 comments
Labels
Feature Request Feature requests from customers

Comments

@abose
Copy link
Member

abose commented Jan 11, 2025

Describe the problem

we already do this if the config is in project root by manually reading the config file, evaluate if the current impl does the job or a more native solution is needed. Search for configPresent metrics to see if anyone is using custom html validate config file and we we have a lot of uses, consider next steps on the issue.

html-validate projects can specify a custom config file. this was earlier not done as the support for vfs was not there, now it seems that the feature is added.

Describe the solution you'd like

https://gitlab.com/html-validate/html-validate/-/issues/213

One would need to implement a custom ConfigLoader which can read the configuration from the virtual filesystem (not sure what vscode calls it) and a custom Resolver which can load files from the very same filesystem.

Alternatives considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Feature requests from customers
Development

No branches or pull requests

1 participant