Experimental #18
vale-action.yml
on: pull_request
Lint documentation with Vale
59s
Annotations
1 error and 3 warnings
|
Lint documentation with Vale
Vale and reviewdog exited with status code: 1
|
|
Lint documentation with Vale:
content/contribute/creating-a-pattern.adoc#L14
[vale] reported by reviewdog 🐶
[RedHat.TermsWarnings] Consider using 'might' or 'can' rather than 'may' unless updating existing content that uses the term.
Raw Output:
{"message": "[RedHat.TermsWarnings] Consider using 'might' or 'can' rather than 'may' unless updating existing content that uses the term.", "location": {"path": "content/contribute/creating-a-pattern.adoc", "range": {"start": {"line": 14, "column": 341}}}, "severity": "WARNING"}
|
|
Lint documentation with Vale:
content/contribute/creating-a-pattern.adoc#L14
[vale] reported by reviewdog 🐶
[RedHat.PassiveVoice] 'is deployed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.
Raw Output:
{"message": "[RedHat.PassiveVoice] 'is deployed' is passive voice. In general, use active voice. Consult the style guide for acceptable use of passive voice.", "location": {"path": "content/contribute/creating-a-pattern.adoc", "range": {"start": {"line": 14, "column": 258}}}, "severity": "INFO"}
|
|
Lint documentation with Vale:
content/contribute/creating-a-pattern.adoc#L14
[vale] reported by reviewdog 🐶
[RedHat.SimpleWords] Use simple language. Consider using 'give' or 'offer' rather than 'provide'.
Raw Output:
{"message": "[RedHat.SimpleWords] Use simple language. Consider using 'give' or 'offer' rather than 'provide'.", "location": {"path": "content/contribute/creating-a-pattern.adoc", "range": {"start": {"line": 14, "column": 212}}}, "severity": "INFO"}
|