another hook runner authored by anarcat's avatar anarcat
...@@ -909,8 +909,8 @@ possible to run CI on changes in GitLab wikis. ...@@ -909,8 +909,8 @@ possible to run CI on changes in GitLab wikis.
happens to handle Markdown nicely, it can also apply corrections happens to handle Markdown nicely, it can also apply corrections
for errors it finds, an alternative is [typos](https://github.com/crate-ci/typos), written in Rust for errors it finds, an alternative is [typos](https://github.com/crate-ci/typos), written in Rust
* [Danger systems](https://danger.systems/ruby/) has a bunch of plugins which could be used to * [Danger systems](https://danger.systems/ruby/) has a bunch of plugins which could be used to
check documentation ([lefthook](https://github.com/evilmartians/lefthook), [precious](https://github.com/houseabsolute/precious), and check documentation ([lefthook](https://github.com/evilmartians/lefthook), [precious](https://github.com/houseabsolute/precious),
[pre-commit](https://pre-commit.com/) ([in Debian](https://tracker.debian.org/pkg/pre-commit-hooks)) are similar wrappers) [pre-commit](https://pre-commit.com/) ([in Debian](https://tracker.debian.org/pkg/pre-commit-hooks)), [quickhook](https://github.com/dirk/quickhook/) are similar wrappers)
* [textlint](https://textlint.github.io/): pluggable text linting approach recognizing markdown * [textlint](https://textlint.github.io/): pluggable text linting approach recognizing markdown
* [proselint](http://proselint.com/): grammar and style checking * [proselint](http://proselint.com/): grammar and style checking
* [languagetool](https://www.languagetool.org/): Grammar, Style and Spell Checker * [languagetool](https://www.languagetool.org/): Grammar, Style and Spell Checker
... ...
......