Supressing warning display on Travis
Этот коммит содержится в:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ travis:
|
|||||||
@cd web/react/ && npm install
|
@cd web/react/ && npm install
|
||||||
|
|
||||||
@echo Checking for style guide compliance
|
@echo Checking for style guide compliance
|
||||||
cd web/react && $(ESLINT) components/* dispatcher/* pages/* stores/* utils/*
|
cd web/react && $(ESLINT) --quiet components/* dispatcher/* pages/* stores/* utils/*
|
||||||
|
|
||||||
@$(GO) build $(GOFLAGS) ./...
|
@$(GO) build $(GOFLAGS) ./...
|
||||||
@$(GO) install $(GOFLAGS) -a ./...
|
@$(GO) install $(GOFLAGS) -a ./...
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user