pre-commit entered debian authored by anarcat's avatar anarcat
...@@ -789,7 +789,7 @@ possible to run CI on changes in GitLab wikis. ...@@ -789,7 +789,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 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), and
[pre-commit](https://pre-commit.com/) are similar wrappers) [pre-commit](https://pre-commit.com/) ([in Debian](https://tracker.debian.org/pkg/pre-commit-hooks)) 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
... ...
......