Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Capture python warnings and report them as matches
This change introduces a new way to generate warnings in linter, one that uses the warnings support in Python. The benefit is that this allows use to generate warnings from anywhere inside the code without having to pass them from function to function. For start we will be using this for internal rules, like ability to report outdated noqa comments.
- Loading branch information