From 87ba1fbcaf018242c3268a2725d421ec76d60288 Mon Sep 17 00:00:00 2001 From: gmhdbjd Date: Mon, 18 Oct 2021 23:32:50 -0400 Subject: [PATCH] address comment --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 830480764..6770b11a0 100644 --- a/Makefile +++ b/Makefile @@ -146,8 +146,6 @@ fmt: tools_setup tools/bin/shfmt -l -w -d "tests/" ; \ echo "gofumports"; \ tools/bin/gofumports -w -d -local $(PACKAGE_NAME) $(PACKAGE_DIRECTORIES) 2>&1 | awk "{print} END{if(NR>0) {exit 1}}" ;\ - echo "golangci-lint"; \ - tools/bin/golangci-lint run --config=$(CURDIR)/.golangci.yml --issues-exit-code=1 $(PACKAGE_DIRECTORIES) ;\ fi lint: tools_setup