From 9c1ea07267ede5f2d9c4c6da3d56b509f4491cee Mon Sep 17 00:00:00 2001 From: Evgeniy Frolov Date: Thu, 26 Dec 2024 12:17:53 +0300 Subject: [PATCH] chore(ci): remove lint from Taskfile Signed-off-by: Evgeniy Frolov --- Taskfile.dist.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Taskfile.dist.yaml b/Taskfile.dist.yaml index 40b63c16..b64562c1 100644 --- a/Taskfile.dist.yaml +++ b/Taskfile.dist.yaml @@ -26,11 +26,6 @@ tasks: cmds: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin {{.golangcilintVersion | default "v1.57.1"}} - lint: - desc: "Run all linters in parallel." - deps: - - lint:prettier - lint:prettier: desc: "Check if prettier-formatted." deps: