Skip to content

Commit

Permalink
chore(ci): remove lint from Taskfile
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeniy Frolov <[email protected]>
  • Loading branch information
Fral738 committed Dec 26, 2024
1 parent 83cb639 commit 9c1ea07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Taskfile.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c1ea07

Please sign in to comment.