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

lint: Refactor lint checks to reuse exclusion logic; Support running individual lint checks in lint runner #29744

Closed
wants to merge 10 commits into from

Commits on Apr 3, 2024

  1. Refactor lint runner into separate modules

    Refactor lint runner into separate modules and use
    get_pathspecs_exclude* helpers everywhere.
    davidgumberg committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7b5549d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ffdf3f View commit details
    Browse the repository at this point in the history
  3. Support individual linters in rust lint runner

    Add support for passing `--lint=LINT_TO_RUN` to the rust lint runner.
    davidgumberg committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    871133f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    840436f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22898ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cf58e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e49b1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b02b26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    733b881 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c239e90 View commit details
    Browse the repository at this point in the history