From 1dc96d6597cbc011ffc6cba61f15c3eb3ed94db3 Mon Sep 17 00:00:00 2001 From: prombot Date: Thu, 21 Mar 2024 17:48:52 +0000 Subject: [PATCH] Update common Prometheus files Signed-off-by: prombot --- .yamllint | 2 ++ Makefile.common | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.yamllint b/.yamllint index 955a5a6..1859cb6 100644 --- a/.yamllint +++ b/.yamllint @@ -1,5 +1,7 @@ --- extends: default +ignore: | + ui/react-app/node_modules rules: braces: diff --git a/Makefile.common b/Makefile.common index 483b3bf..0acfb9d 100644 --- a/Makefile.common +++ b/Makefile.common @@ -49,7 +49,7 @@ endif GOTEST := $(GO) test GOTEST_DIR := ifneq ($(CIRCLE_JOB),) -ifneq ($(shell command -v gotestsum > /dev/null),) +ifneq ($(shell command -v gotestsum 2> /dev/null),) GOTEST_DIR := test-results GOTEST := gotestsum --junitfile $(GOTEST_DIR)/unit-tests.xml -- endif @@ -182,7 +182,7 @@ endif .PHONY: common-yamllint common-yamllint: @echo ">> running yamllint on all YAML files in the repository" -ifeq (, $(shell command -v yamllint > /dev/null)) +ifeq (, $(shell command -v yamllint 2> /dev/null)) @echo "yamllint not installed so skipping" else yamllint .