Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 2, 2025

Markdown linter was failing with MD060 (table column style) errors across 8 files due to inconsistent table alignment and emoji width handling issues.

Changes

  • Table alignment fixes: Reformatted tables in .github/copilot-instructions.md, .github/prompts/*.md, .specify/memory/constitution.md, .specify/templates/*.md, and README.md with consistent column spacing
  • Linter config update: Added MD060: style: "leading" to .github/linters/.markdown-lint.yml to handle emoji characters (✅, ❌) which have variable display widths across platforms

The "leading" style validates pipe placement at row boundaries rather than enforcing strict column alignment, avoiding false positives from emoji width variations.


💡 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: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
@MariusStorhaug MariusStorhaug marked this pull request as ready for review December 2, 2025 11:25
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner December 2, 2025 11:25
Copilot AI changed the title [WIP] Bump PSModule/Document-PSModule from 1.0.11 to 1.0.12 Fix MD060 table column style linting errors in markdown files Dec 2, 2025
Copilot AI requested a review from MariusStorhaug December 2, 2025 11:26
@MariusStorhaug MariusStorhaug merged commit 62790b5 into dependabot/github_actions/PSModule/Document-PSModule-1.0.12 Dec 2, 2025
82 of 95 checks passed
@MariusStorhaug MariusStorhaug deleted the copilot/sub-pr-242 branch December 2, 2025 11:40
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