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

Don't lint on executable crates with non_snake_case names #121749

Merged
merged 5 commits into from
Mar 4, 2024

Commits on Feb 28, 2024

  1. Don't lint snake-case on executable crate name

    Co-authored-by: Jieyou Xu <jieyouxu@outlook.com>
    GilShoshan94 and jieyouxu committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bf8756d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    d363db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    6e355ae View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    82ceec9 View commit details
    Browse the repository at this point in the history
  2. Only run lint tests on x86_64-unknown-linux-gnu

    We're trying to test lint behavior, not per-target crate-type support.
    jieyouxu committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d0111cb View commit details
    Browse the repository at this point in the history