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

Capture python warnings and report some of them as matches #3324

Merged
merged 1 commit into from
May 9, 2023
Merged

Commits on May 8, 2023

  1. 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.
    ssbarnea committed May 8, 2023
    Configuration menu
    Copy the full SHA
    9782c0c View commit details
    Browse the repository at this point in the history