From eaaba8f7fcfc301ba4c9156983eb0ab8e1aa6ba2 Mon Sep 17 00:00:00 2001 From: jutty Date: Mon, 15 Dec 2025 19:37:44 -0300 Subject: [PATCH] Replace clippy-all with just clippy on bacon config --- .justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.justfile b/.justfile index 6ac8864..e6c0b71 100644 --- a/.justfile +++ b/.justfile @@ -36,7 +36,7 @@ alias fw := format-watch # Lint on changes [group('dev')] lint-watch: - bacon --job clippy-all + bacon --job clippy alias lw := lint-watch