golangci has terrible error messages
if the code doesn't compile or there
are some basic errors. Doing a go vet
check is a quick way to eliminate any
head scratching.

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-11-03 22:56:42 +05:30
коммит произвёл GitHub
родитель 8844ed1c1c
Коммит cc69c917f2

Просмотреть файл

@@ -203,6 +203,7 @@ jobs:
- run:
command: |
cd mattermost-server
go vet ./...
make golangci-lint
# Dedicate job for mattermost-vet to make more clear when the job fails
check-mattermost-vet: