From 53594971590f4f2b48a622cebef2cf7e33599436 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Mon, 2 Sep 2024 17:19:14 +0300 Subject: [PATCH] chore: hide cargo generate-lock under Cargo Audit section in covector --- .changes/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index f121a03be..8694ed12e 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -17,14 +17,14 @@ "dryRunCommand": true }, { - "command": "cargo generate-lockfile", + "command": "echo '
\n

Cargo Audit

\n\n```'", "dryRunCommand": true, - "runFromRoot": true, "pipe": true }, { - "command": "echo '
\n

Cargo Audit

\n\n```'", + "command": "cargo generate-lockfile", "dryRunCommand": true, + "runFromRoot": true, "pipe": true }, {