File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11---
22extends: default
3+ ignore: |
4+ ui/react-app/node_modules
35
46rules:
57 braces:
Original file line number Diff line number Diff line change 4949GOTEST := $(GO) test
5050GOTEST_DIR :=
5151ifneq ($(CIRCLE_JOB),)
52- ifneq ($(shell command -v gotestsum > /dev/null),)
52+ ifneq ($(shell command -v gotestsum 2 > /dev/null),)
5353 GOTEST_DIR := test-results
5454 GOTEST := gotestsum --junitfile $(GOTEST_DIR)/unit-tests.xml --
5555endif
@@ -182,7 +182,7 @@ endif
182182.PHONY: common-yamllint
183183common-yamllint:
184184 @echo ">> running yamllint on all YAML files in the repository"
185- ifeq (, $(shell command -v yamllint > /dev/null))
185+ ifeq (, $(shell command -v yamllint 2 > /dev/null))
186186 @echo "yamllint not installed so skipping"
187187else
188188 yamllint .
You can’t perform that action at this time.
0 commit comments