From 432cc5a413ec56540ebc0291c2a508ca2651707e Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Sat, 15 Jan 2022 04:39:11 +0000 Subject: [PATCH] Minor fix to changelog, config not required for lint anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34a2b70c..89d421ae 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,7 @@ config: touch config # Lint -lint: setup_tools config +lint: setup_tools @echo Running golangci-lint... @$(GOLANGCI_LINT) run --build-tags "$(WW_BUILD_GO_BUILD_TAGS)" --skip-dirs internal/pkg/staticfiles ./...