Skip to content

No warnings raised when the binary is run twice #36

@daubaris

Description

@daubaris

cargo-scout does not display errors when the binary is run twice without making any changes to the code.

Steps to reproduce:

  1. Violate clippy::pedantic rule. (e.g., create a 100 LoC function).
  2. Run the program. (It displays the errors correctly)
  3. Run the program again without making any changes.

This results in: No warnings raised by clippy::pedantic in your diff, you're good to go!. I suppose the expected behavior should be that the program should output the warnings again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions