From b89d0c46c70958741f72ffacffaf81c7d56d7a51 Mon Sep 17 00:00:00 2001 From: Christopher Phillips Date: Wed, 20 Dec 2023 13:47:33 -0500 Subject: [PATCH] chore: remove old check licenses config Signed-off-by: Christopher Phillips --- Taskfile.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 88765fa..75fd492 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -25,7 +25,6 @@ tasks: desc: Run all static analysis tasks cmds: - task: check-go-mod-tidy - - task: check-licenses - task: lint test: