From 72c8ba146cb4930f95cc295f95f2f1a3e48e8e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Mon, 23 Jun 2025 15:01:19 +0200 Subject: [PATCH] Add vale.sh to the list of hooks The upstream doc is here: https://vale.sh/docs/integrations/pre-commit --- sections/hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/hooks.md b/sections/hooks.md index 1a97d5dc..9c5d1533 100644 --- a/sections/hooks.md +++ b/sections/hooks.md @@ -78,6 +78,7 @@ for text / docs / prose: - [markdownlint/markdownlint]: a Markdown lint tool in Ruby - [DavidAnson/markdownlint-cli2]: a Markdown lint tool in Node - [codespell-project/codespell]: check code for common misspellings +- [errata-ai/vale]: a tool that checks prose against configured editorial style guide [crate-ci/typos]: https://github.com/crate-ci/typos [thlorenz/doctoc]: https://github.com/thlorenz/doctoc @@ -85,6 +86,7 @@ for text / docs / prose: [markdownlint/markdownlint]: https://github.com/markdownlint/markdownlint [DavidAnson/markdownlint-cli2]: https://github.com/DavidAnson/markdownlint-cli2 [codespell-project/codespell]: https://github.com/codespell-project/codespell +[errata-ai/vale]: https://github.com/errata-ai/vale for linting commit messages: - [jorisroovers/gitlint]