📎 Test multi-file rule doc examples #4951
Labels
A-Analyzer
Area: analyzer
A-Tooling
Area: internal tools
good first issue
Good for newcomers
S-Help-wanted
Status: you're familiar with the code base and want to help the project
Description
Our lint rule descriptions often contain code blocks that are automatically verified by our tests. Unfortunately, for multi-file rules we would need some additional tooling to build an in-memory filesystem from multiple snippets, and to create a dependency graph from them.
The goal would be to make sure that code snippets for multi-file rules can be automatically tested the way regular rules are.
For context: #4948 (comment)
The text was updated successfully, but these errors were encountered: