Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

fix: remove trailing punctuation from testdata heading - #6

Merged
shinagawa-web merged 1 commit into
mainfrom
fix/testdata-trailing-punctuation
Apr 29, 2026
Merged

fix: remove trailing punctuation from testdata heading#6
shinagawa-web merged 1 commit into
mainfrom
fix/testdata-trailing-punctuation

Conversation

@shinagawa-web

@shinagawa-web shinagawa-web commented Apr 29, 2026

Copy link
Copy Markdown
Owner

Summary

gomarklint v2.15.0 enforces the no-trailing-punctuation rule, which caused CI to fail because the heading ## Hello, World! in testdata/markdown_files/sample.md ends with !.

Changes

-## Hello, World!
+## Hello, World

gomarklint v2.15.0 enforces no-trailing-punctuation rule.
The heading "## Hello, World!" was triggering this rule and failing CI.
@github-actions

Copy link
Copy Markdown

gomarklint result

No issues found.

@shinagawa-web
shinagawa-web merged commit f9ae0a3 into main Apr 29, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant