mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Add missing packages to govet. (#6793)
This commit is contained in:
committed by
Joram Wilander
parent
eb7561e05b
commit
02019f154d
3
Makefile
3
Makefile
@@ -528,6 +528,8 @@ govet:
|
||||
$(GO) vet $(GOFLAGS) ./app || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./cmd/platform || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./einterfaces || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./jobs || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./jobs/jobserver || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./manualtesting || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./model || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./model/gitlab || exit 1
|
||||
@@ -541,6 +543,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/cluster || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/compliance || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/data_retention || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/elasticsearch || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/emoji || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/imports || exit 1
|
||||
$(GO) vet $(GOFLAGS) ./enterprise/ldap || exit 1
|
||||
|
||||
Reference in New Issue
Block a user