Skip to content

Commit

Permalink
ci: ignore clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
its-danny committed Aug 20, 2024
1 parent f245f66 commit ecf21a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pre_bump_hooks = [
"sh -c \"./scripts/set-version.sh {{version}}\"",
"sh -c \"./scripts/update-lib.sh\"",
"cargo fmt --all",
"cargo clippy -- -D warnings",
"cargo clippy",
"cargo test --all-features",
"cargo build --release",
]
Expand Down

0 comments on commit ecf21a2

Please sign in to comment.