Enforces structured logging in enterprise code (#13444)

Этот коммит содержится в:
Jesús Espino
2019-12-20 15:18:59 +01:00
коммит произвёл GitHub
родитель de9a0197e2
Коммит 68e0b1fdc2

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

@@ -456,7 +456,7 @@ vet: ## Run mattermost go vet specific checks
$(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -license -structuredLogging ./... $(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -license -structuredLogging ./...
ifeq ($(BUILD_ENTERPRISE_READY),true) ifeq ($(BUILD_ENTERPRISE_READY),true)
$(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -enterpriseLicense ./enterprise/... $(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -enterpriseLicense -structuredLogging ./enterprise/...
endif endif
todo: ## Display TODO and FIXME items in the source code. todo: ## Display TODO and FIXME items in the source code.