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 3cfbf65 commit 5cd5410Copy full SHA for 5cd5410
1 file changed
Makefile
@@ -52,7 +52,7 @@ lint-git:
52
53
lint-docs:
54
@$(PRINT) "$(CYAN)*** Running markdownlint-cli...$(OFF)\n"
55
- @npx --yes markdownlint-cli '**/*.md'
+ @npx --yes markdownlint-cli '**/*.md?(x)'
56
57
lint-go-mod-tidy:
58
@$(PRINT) "$(CYAN)*** Checking go mod tidy...$(OFF)\n"
0 commit comments