Run go vet before golangci (#21580)
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 ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8844ed1c1c
Коммит
cc69c917f2
@@ -203,6 +203,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
cd mattermost-server
|
cd mattermost-server
|
||||||
|
go vet ./...
|
||||||
make golangci-lint
|
make golangci-lint
|
||||||
# Dedicate job for mattermost-vet to make more clear when the job fails
|
# Dedicate job for mattermost-vet to make more clear when the job fails
|
||||||
check-mattermost-vet:
|
check-mattermost-vet:
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user