Skip to content

Commit e5e7d00

Browse files
CopilotXunzhuo
andcommitted
Fix makefile duplicate target warnings
Removed duplicate docs-lint and docs-lint-fix targets from linter.mk that were conflicting with the same targets in docs.mk. This resolves the makefile warnings: - tools/make/linter.mk:8: warning: overriding recipe for target 'docs-lint' - tools/make/linter.mk:12: warning: overriding recipe for target 'docs-lint-fix' Co-authored-by: Xunzhuo <[email protected]>
1 parent 9710e82 commit e5e7d00

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tools/make/linter.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
##@ Linter
66

7-
docs-lint: docs-install ## Lint documentation in website/
8-
@$(LOG_TARGET)
9-
cd website && npm run lint
10-
11-
docs-lint-fix: docs-install ## Auto-fix documentation lint issues in website/
12-
@$(LOG_TARGET)
13-
cd website && npm run lint:fix
14-
157
markdown-lint: ## Lint all markdown files in the project
168
@$(LOG_TARGET)
179
markdownlint -c tools/linter/markdown/markdownlint.yaml "**/*.md" \

0 commit comments

Comments
 (0)