cn-quickstart icon indicating copy to clipboard operation
cn-quickstart copied to clipboard

Uplift documentation to comply with Vale rules

Open ghost opened this issue 3 months ago • 0 comments

Background

#242 added Vale tooling to the repository to ensure documentation consistency. It is currently disabled from preventing merging, so it is for information only.

To see the scale of what is outstanding in Vale:

$ cd sdk
$ make vale-errors | wc -l
make: *** [Makefile:56: run-vale] Error 1
203
$ make vale-suggestions | wc -l
make: *** [Makefile:56: run-vale] Error 1
806

Task

  • Review rule output and make it comply with Vale rules.
  • Enable Vale rule enforcement in CI, such that Value errors are not permitted.

ghost avatar Sep 08 '25 22:09 ghost