Skip to content

Commit eaafde7

Browse files
committed
chore: remove go vet comment in taskfile
go vet is enabled by default configuartion of golangci-lint https://golangci-lint.run/usage/linters/#enabled-by-default
1 parent f9e648b commit eaafde7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Taskfile.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ tasks:
120120
lint:be:
121121
cmds:
122122
- golangci-lint run
123-
# - go vet ./...
124123
# - swagger validate ./api-docs.yml
125124

126125
test:

0 commit comments

Comments
 (0)