VictoriaMetrics/cspell
Andrii Chubatiuk 7aab967447
Makefile: cspell makefile refactor
- removed absolute paths to run without docker
- set cspell to default entrypoint value
- set cspell config path instead of cspell.json copying and removal
2025-01-02 12:52:24 +01:00
..
cspell.json Makefile: cspell makefile refactor 2025-01-02 12:52:24 +01:00
custom-dict.txt Makefile: cspell makefile refactor 2025-01-02 12:52:24 +01:00
Dockerfile Makefile: cspell makefile refactor 2025-01-02 12:52:24 +01:00
Makefile Makefile: cspell makefile refactor 2025-01-02 12:52:24 +01:00
package.json Makefile: cspell makefile refactor 2025-01-02 12:52:24 +01:00
README.md docs: add spellcheck command (#6562) 2024-07-11 12:39:42 +02:00
yarn.lock Makefile: cspell makefile refactor 2025-01-02 12:52:24 +01:00

Spell checking

This directory contains configuration and instructions for spell checking in docs folder.

To run execute the following command:

make cspell-check

This command required Docker to build cspell image and run the spell checks.