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

Improving the schema management of linter rules #217

Open
scripthunter7 opened this issue Sep 4, 2024 · 0 comments
Open

Improving the schema management of linter rules #217

scripthunter7 opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@scripthunter7
Copy link
Member

In the linter rules, we have to consider the transformability of the config (currently only one assert is done based on the schema). For example, if we receive raw regexps, we want to translate them into RegExp instances immediately upon initialization of the config. In this way, config errors can also be revealed sooner (e.g. invalid regexps).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants