From 19f6017642186114f572fa3a56bf9e6daebbe842 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Sat, 28 Feb 2026 18:17:39 +0530 Subject: [PATCH] fix: outdated clippy command in goosehints (#7590) Signed-off-by: rabi --- .goosehints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goosehints b/.goosehints index d17fc8683f..82cddcf11e 100644 --- a/.goosehints +++ b/.goosehints @@ -14,5 +14,5 @@ that you can call the functionality from the server from the typescript. tips: - can look at unstaged changes for what is being worked on if starting -- always check rust compiles, cargo fmt etc and `./scripts/clippy-lint.sh` (as well as run tests in files you are working on) +- always check rust compiles, cargo fmt etc and `cargo clippy --all-targets -- -D warnings` (as well as run tests in files you are working on) - in ui/desktop, look at how you can run lint checks and if other tests can run