Changes
Page history
another spell checker
authored
Jan 08, 2024
by
anarcat
Show whitespace changes
Inline
Side-by-side
service/documentation.md
View page @
f9ee75e5
...
@@ -764,7 +764,7 @@ possible to run CI on changes in GitLab wikis.
...
@@ -764,7 +764,7 @@ possible to run CI on changes in GitLab wikis.
*
checks the internal anchors and links using Nanoc
*
checks the internal anchors and links using Nanoc
*
[
codespell
][]
checks for typos in program source code, but also
*
[
codespell
][]
checks for typos in program source code, but also
happens to handle Markdown nicely, it can also apply corrections
happens to handle Markdown nicely, it can also apply corrections
for errors it finds
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/
)
are similar wrappers)
...
...
...
...