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

📎 Test multi-file rule doc examples #4951

Open
arendjr opened this issue Jan 23, 2025 · 0 comments
Open

📎 Test multi-file rule doc examples #4951

arendjr opened this issue Jan 23, 2025 · 0 comments
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

Comments

@arendjr
Copy link
Contributor

arendjr commented Jan 23, 2025

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)

@arendjr arendjr added 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 labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant