From e6ea7c37b1a1d2feb67cc6b0731845b7fb3b7129 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Sun, 26 May 2024 04:08:24 -0300 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=94=84=20fix=20lint:check=20task?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index a08670e..572212a 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -47,7 +47,7 @@ tasks: lint:check: desc: 🧶 check linting cmds: - - cargo clippy --all-features --allow-staged + - cargo clippy --all-features fmt+lint: desc: 🎨🧶 format and lint rustler