vale-at-red-hat flags do not detect legitimate title case and create many false-positive info messages
Examples:
This word or expression triggers an illegitimate vale alert: [uppercase] Cloud
To Reproduce
Steps to reproduce the behavior:
Add this word or expression: == Cloud
So in asciidoc, create a heading that starts with the word 'cloud' and use Uppercase C as per title case.
Vale reports an illegitimate alert: error, warning, suggestion.
vale: Depending on the context, consider using 'cloud' rather than 'Cloud'. (RedHat.TermsSuggestions)
Expected behavior
vale-at-red-hat should ignore case-sensitive style guidance rules when the word is preceded by == or any title header.
Additional context
Most of our content is about the cloud, so most of my modules are covered in info messages relating to the cloud, creating noise that makes me want to turn off warnings, and risk missing a genuine content quality improvement.
Describe the bug
vale-at-red-hat flags do not detect legitimate title case and create many false-positive info messages
Examples:
To Reproduce Steps to reproduce the behavior:
Add this word or expression: == Cloud So in asciidoc, create a heading that starts with the word 'cloud' and use Uppercase C as per title case.
Vale reports an illegitimate alert: error, warning, suggestion.
vale: Depending on the context, consider using 'cloud' rather than 'Cloud'. (RedHat.TermsSuggestions)
Expected behavior vale-at-red-hat should ignore case-sensitive style guidance rules when the word is preceded by == or any title header.
Additional context Most of our content is about the cloud, so most of my modules are covered in info messages relating to the cloud, creating noise that makes me want to turn off warnings, and risk missing a genuine content quality improvement.