Skip to content

Exclude node_modules from markdown linting#27

Draft
Copilot wants to merge 2 commits intocopilot/connect-streamline-login-processfrom
copilot/fix-login-authentication-issue
Draft

Exclude node_modules from markdown linting#27
Copilot wants to merge 2 commits intocopilot/connect-streamline-login-processfrom
copilot/fix-login-authentication-issue

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".

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/Jury1981/login/commits/68fbe12def5ad0b157537954abaa94132dc1060a
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Reference: 68fbe12


💡 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.

Co-authored-by: Jury1981 <210622247+Jury1981@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix login authentication issue Exclude node_modules from markdown linting Feb 4, 2026
Copilot AI requested a review from Jury1981 February 4, 2026 15:54
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