Skip to content

fix(lint): exclude generated release notes from dprint#77

Merged
DevSecNinja merged 2 commits into
mainfrom
copilot/fix-lint-dprint-exclude-release-notes
May 3, 2026
Merged

fix(lint): exclude generated release notes from dprint#77
DevSecNinja merged 2 commits into
mainfrom
copilot/fix-lint-dprint-exclude-release-notes

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 3, 2026

Generated release notes can drift from dprint’s Markdown formatting rules, causing lint failures for files that should be treated as release artifacts rather than hand-authored docs.

  • dprint config
    • Excludes generated release note files from Markdown formatting checks.
    • Keeps all other Markdown files covered by the existing **/*.md include.
{
  "includes": ["**/*.md"],
  "excludes": ["**/node_modules", "**/CHANGELOG.md", "**/release-notes.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:

  • plugins.dprint.dev
    • Triggering command: /home/REDACTED/.npm/_npx/d897e534e3b3f845/node_modules/.bin/dprint dprint check --config config-sync/files/dprint.json --allow-no-files (dns block)
    • Triggering command: /home/REDACTED/.npm/_npx/d897e534e3b3f845/node_modules/dprint/dprint /home/REDACTED/.npm/_npx/d897e534e3b3f845/node_modules/dprint/dprint help (dns block)
    • Triggering command: /home/REDACTED/.npm/_npx/d897e534e3b3f845/node_modules/dprint/dprint /home/REDACTED/.npm/_npx/d897e534e3b3f845/node_modules/dprint/dprint output-file-paths --config dprint.json (dns block)

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

Copilot AI linked an issue May 3, 2026 that may be closed by this pull request
Agent-Logs-Url: https://github.com/DevSecNinja/.github/sessions/c6e58101-91c1-4f63-96c3-3492b28900c7

Co-authored-by: DevSecNinja <14926452+DevSecNinja@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix lint issue to exclude release notes from dprint fix(lint): exclude generated release notes from dprint May 3, 2026
Copilot AI requested a review from DevSecNinja May 3, 2026 15:09
@DevSecNinja DevSecNinja marked this pull request as ready for review May 3, 2026 15:15
@DevSecNinja DevSecNinja merged commit 24015c4 into main May 3, 2026
11 checks passed
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.

fix(lint): dprint exclude release notes

2 participants