mirror of https://github.com/crossplane/docs.git
Add more information about vale error and warning policy
Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
58068b8480
commit
5c804e0387
|
@ -11,6 +11,12 @@ Crossplane's Vale style definitions are in the
|
||||||
[utils/vale](https://github.com/crossplane/docs/tree/master/utils/vale)
|
[utils/vale](https://github.com/crossplane/docs/tree/master/utils/vale)
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
|
{{< hint "important" >}}
|
||||||
|
The Crossplane community is updating existing content to pass Vale. Until the
|
||||||
|
community completes the project Vale errors are only enforced for new or changed
|
||||||
|
content. The community approves PRs with Vale errors in unmodified document sections.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
## Install Vale
|
## Install Vale
|
||||||
|
|
||||||
Follow the directions on the Vale website to
|
Follow the directions on the Vale website to
|
||||||
|
@ -50,6 +56,12 @@ Crossplane uses the following Vale styles:
|
||||||
customized terms and preventing corporate jargon.
|
customized terms and preventing corporate jargon.
|
||||||
* [write-good](https://github.com/errata-ai/write-good) - for higher quality writing.
|
* [write-good](https://github.com/errata-ai/write-good) - for higher quality writing.
|
||||||
|
|
||||||
|
{{<hint "warning" >}}
|
||||||
|
Crossplane maintainers consider Vale warnings the same as errors.
|
||||||
|
|
||||||
|
Error levels aren't changed to make Vale style maintenance easier.
|
||||||
|
{{< /hint >}}
|
||||||
|
|
||||||
### Ignore Vale rules
|
### Ignore Vale rules
|
||||||
|
|
||||||
Vale can turn off specific rules or all rules inside a doc.
|
Vale can turn off specific rules or all rules inside a doc.
|
||||||
|
|
Loading…
Reference in New Issue