Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust-clippy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b92c6e
Choose a base ref
...
head repository: rust-lang/rust-clippy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a6828fc
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 5, 2021

  1. Add case_sensitive_file_extensions lint

    Closes #6425
    
    Looks for ends_with methods calls with case sensitive extensions.
    Javier-varez committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    dd948f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55ee07 View commit details
    Browse the repository at this point in the history
  3. Remove default lint description

    This was left as default and caused a CI failure for the
    case_sensitive_file_extension_comparison lint.
    Javier-varez committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a6828fc View commit details
    Browse the repository at this point in the history
Loading