Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion registry/vale.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
backends = ["aqua:errata-ai/vale", "asdf:pdemagny/asdf-vale"]
backends = ["aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since vale has moved to the vale-cli organization and provides standard GitHub releases, consider adding the github_release backend. This is a native mise backend that doesn't require external tools like aqua or asdf, making it more efficient and reliable for many users. It is generally preferred to list native backends first in the backends array.

Suggested change
backends = ["aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"]
backends = ["github_release:vale-cli/vale", "aqua:vale-cli/vale", "asdf:pdemagny/asdf-vale"]

description = ":pencil: A markup-aware linter for prose built with speed and extensibility in mind"
Loading