From bd7a1f662dceb1edbc0b04aafffae24ba3fc0237 Mon Sep 17 00:00:00 2001 From: MarvinJWendt Date: Wed, 26 Jun 2024 12:50:22 +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