Skip to content

Commit 3ec41c3

Browse files
tgd1975mistral-vibe
andcommitted
fix: Exclude .vscode directory from markdown linting
This prevents linting third-party dependencies in the .vscode/build/_deps/ directory. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 1aa566b commit 3ec41c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ format:
9696

9797
# Fix markdown linting issues (requires markdownlint-cli2)
9898
lint-markdown:
99-
npx markdownlint-cli2 "**/*.md" "#node_modules" "#.pio" "#build"
99+
npx markdownlint-cli2 "**/*.md" "#node_modules" "#.pio" "#build" "#.vscode"
100100
@echo "Markdown linting complete"
101101

102102
# Clean test artifacts

0 commit comments

Comments
 (0)