adding inconsistentReceiverName check to vet task (#13582)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1b3846a508
Коммит
a3239ec464
2
Makefile
2
Makefile
@@ -456,7 +456,7 @@ vet: ## Run mattermost go vet specific checks
|
||||
exit 1; \
|
||||
fi; \
|
||||
|
||||
$(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -license -structuredLogging ./...
|
||||
$(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -license -structuredLogging -inconsistentReceiverName ./...
|
||||
ifeq ($(BUILD_ENTERPRISE_READY),true)
|
||||
ifneq ($(MM_NO_ENTERPRISE_LINT),true)
|
||||
$(GO) vet -vettool=$(GOPATH)/bin/mattermost-govet -enterpriseLicense -structuredLogging ./enterprise/...
|
||||
|
||||
Ссылка в новой задаче
Block a user