another pre-commit like hook authored by anarcat's avatar anarcat
......@@ -917,7 +917,7 @@ possible to run CI on changes in GitLab wikis.
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
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)), [quickhook](https://github.com/dirk/quickhook/) 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/), [treefmt](https://github.com/numtide/treefmt) are similar wrappers)
* [textlint](https://textlint.github.io/): pluggable text linting approach recognizing markdown
* [proselint](http://proselint.com/): grammar and style checking
* [languagetool](https://www.languagetool.org/): Grammar, Style and Spell Checker
......
......