We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc3337 commit 1a72dcfCopy full SHA for 1a72dcf
Makefile
@@ -17,7 +17,7 @@ ifeq ($(LINT_OS),Darwin)
17
endif
18
19
LINT_LOWER_OS = $(shell echo $(LINT_OS) | tr '[:upper:]' '[:lower:]')
20
-GOLINT_CONFIG:=$(shell dirname $(LINT_ROOT)/.golangci.yml)
+GOLINT_CONFIG:=$(LINT_ROOT)/.golangci.yml
21
22
lint: out/linters/shellcheck-$(SHELLCHECK_VERSION)-$(LINT_ARCH)/shellcheck out/linters/hadolint-$(HADOLINT_VERSION)-$(LINT_ARCH) out/linters/golangci-lint-$(GOLINT_VERSION)-$(LINT_ARCH)
23
out/linters/golangci-lint-$(GOLINT_VERSION)-$(LINT_ARCH) run
0 commit comments