Skip to content

Exclude node_modules from markdown linting#28

Draft
Copilot wants to merge 1 commit intomasterfrom
copilot/checkout-pr-27
Draft

Exclude node_modules from markdown linting#28
Copilot wants to merge 1 commit intomasterfrom
copilot/checkout-pr-27

Conversation

Copy link

Copilot AI commented Feb 4, 2026

Markdown linting was scanning node_modules, causing unnecessary lint failures from third-party dependencies.

Changes

  • Added node_modules to the ignores array in .markdownlint-cli2.jsonc
  "ignores": [
    "SECURITY.md",
    "node_modules"
  ]

The markdownlint workflow will now skip dependency files when running markdownlint-cli2 "**/*.md".

Original prompt

Reference: cda0deccea7d7c152389c82d964d036baf9e1b2agh pr checkout 27


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add checkout functionality for pull request 27 Exclude node_modules from markdown linting Feb 4, 2026
Copilot AI requested a review from Jury1981 February 4, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants