Skip to content

Format all Markdown with Prettier (repo-wide lint fix) - #214

Open
rrrutledge wants to merge 1 commit into
finos:masterfrom
rrrutledge:prettier-format-repo-docs
Open

Format all Markdown with Prettier (repo-wide lint fix)#214
rrrutledge wants to merge 1 commit into
finos:masterfrom
rrrutledge:prettier-format-repo-docs

Conversation

@rrrutledge

Copy link
Copy Markdown
Contributor

What

Run Prettier across every Markdown file so the repo is fully formatting-clean.

The lint CI step (prettier --check *.md **/*.md) has been failing on any PR that touches Markdown, because a set of existing files predates the Prettier convention. This normalizes all of them in one pass.

Why it looked like only a few files

The **/*.md glob in the lint script runs under bash without globstar, so CI only ever inspected the top two directory levels. Several nested files (docs/maturity-matrix/, docs/open-roles/, .github/ISSUE_TEMPLATE/, docs/governance/) were unformatted but never surfaced. This PR formats the whole tree, so the repo stays clean no matter how the glob is expanded.

Scope

Formatting only. No prose, links, or content changed - only line wrapping, list markers, table alignment, and trailing whitespace. Produced with the repo's pinned Prettier (^2.4.1) via npm ci + npm run fmt.

Relationship to #213

#213 formats docs/finos_innersource_sig_charter.md so that content PR's own lint passes. This PR is the general cleanup for the remaining files; whichever merges first, the other's overlap on that file collapses to a no-op.

@netlify

netlify Bot commented Jul 30, 2026

Copy link
Copy Markdown

Deploy Preview for bejewelled-pothos-847ddc ready!

Name Link
🔨 Latest commit 3e0630b
🔍 Latest deploy log https://app.netlify.com/projects/bejewelled-pothos-847ddc/deploys/6a6b9dfebea2160008c7221a
😎 Deploy Preview https://deploy-preview-214--bejewelled-pothos-847ddc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

1 participant