Skip to content

Commit f111a2f

Browse files
Lewis-ECopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f1a32e8 commit f111a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if ! cargo fmt --all -- --check; then
1010
fi
1111

1212
echo ">>> [pre-push] Running cargo clippy..."
13-
if ! cargo clippy --all-targets --all-features -- -D warnings; then
13+
if ! cargo clippy --workspace --all-targets --all-features -- -D warnings; then
1414
echo ""
1515
echo "HOOK FAILED: cargo clippy reported warnings or errors."
1616
echo "LLM FIX: fix the clippy diagnostics above, then re-attempt the push."

0 commit comments

Comments
 (0)