From 4d92aa64d515c01e420af2b73a02736c39529233 Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Wed, 26 Jun 2024 12:50:35 +0200 Subject: [PATCH] chore: updated template files --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cbc5fb..e225281 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ test: lint: @echo "# Linting..." - @golangci-lint run - @echo "## Fixing whitespaces...." + @echo "## Fixing whitespaces..." @wsl --allow-cuddle-declarations --force-err-cuddling --fix ./... + @echo "## Running golangci-lint..." + @golangci-lint run