Skip to content

Commit

Permalink
Ignore build data with dash as well (#625)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

`cargo machete` has started freaking out about this in CI, this is the
10x way to stop it being upset. I am sorry.
  • Loading branch information
danieljharvey authored Oct 4, 2024
1 parent 014c414 commit 7b969a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ insta = { workspace = true }
tempfile = { workspace = true }

[package.metadata.cargo-machete]
ignored = ["build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts
ignored = ["build-data", "build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts

0 comments on commit 7b969a3

Please sign in to comment.