From 985dc3806bb310d411d9d996f11b57c2795a294a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 4 Dec 2021 12:57:08 +0100 Subject: [PATCH] Add running more checks to make target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Might as well catch those locally instead Signed-off-by: Anders F Björklund --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 627055d589f..4fa23259901 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,8 @@ uninstall: lint: golangci-lint run ./... yamllint . + find . -name '*.sh' | xargs shellcheck + find . -name '*.sh' | xargs shfmt -s -d .PHONY: clean clean: