We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82d42b1 + 9ac8f92 commit 4b568ffCopy full SHA for 4b568ff
Makefile
@@ -95,7 +95,7 @@ lint-go: .install.lint ## lint check of Go files using golangci-lint
95
.PHONY: lint-md
96
lint-md: ## Run linting for markdown
97
docker run --rm -v "$(PWD):/workdir:ro" docker.io/davidanson/markdownlint-cli2:$(MARKDOWN_LINT_VER) \
98
- **/*.md "#vendor"
+ "**/*.md" "#vendor"
99
100
.PHONY: test
101
test: ## run the unit tests
0 commit comments