hooks: add gomarklint to text/docs/prose section#1075
Closed
shinagawa-web wants to merge 1 commit intopre-commit:mainfrom
Closed
hooks: add gomarklint to text/docs/prose section#1075shinagawa-web wants to merge 1 commit intopre-commit:mainfrom
shinagawa-web wants to merge 1 commit intopre-commit:mainfrom
Conversation
Member
|
self promo and ai slop and doesn't meet the requirements. trifecta! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add shinagawa-web/gomarklint to the "for text / docs / prose" section of the featured hooks list.
Why
gomarklint is a Markdown linter written in Go — a single binary with no Node.js or Ruby runtime required. It fills the gap next to
markdownlint(Ruby) andmarkdownlint-cli2(Node) by offering a Go-native alternative that is easy to drop into CI pipelines without extra runtime dependencies.The repo already includes a
.pre-commit-hooks.yaml:gomarklintgolang[markdown]Links