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: