Aidan Reilly
Aidan Reilly
Make updates based on Fabrice's PR when it merges: https://github.com/redhat-documentation/vale-at-red-hat/pull/164
It would be nice to have a quick fix solution to add error terms to the Vocab for projects that use Vale Vocabularies. This feature existed for Vale server I...
```asciidoc [source,terminal] ---- $ move C:\path\to\kn-workflow.exe C:\Program Files\ ---- ``` End of line backslashes in codeblocks cause a fatal error in asciibinder.
We need a formal process (either automated or manual) that tracks updates in https://github.com/redhat-documentation/supplementary-style-guide/
# URLs ```regex \b(?:http:\/\/)?(www\.)?(?:[^\s]+)(?:\.[a-zA-Z]{2,3})\b ``` ## Allowed ```cmd - redhat.com - hostname - example.com - example.net - example.org - access.redhat.com - server.log - www.redhat.com - bugzilla.redhat.com - config.get - http://access.redhat.com...
A lot of the terms in redhat-documentation/supplementary-style-guide accept.txt could be added to our [Spelling.yml](https://github.com/redhat-documentation/vale-at-red-hat/blob/main/.vale/styles/RedHat/Spelling.yml) rule or other similar rules. https://github.com/redhat-documentation/supplementary-style-guide/blob/main/.vale/styles/config/vocabularies/SSG/accept.txt
Sometimes CR names include customer sensitive information. For example: ```yaml apiVersion: sriovnetwork.openshift.io/v1 kind: SriovNetworkNodePolicy metadata: name: "customer-sensitive-name" namespace: openshift-sriov-network-operator ``` Write a vale rule that highlights any CR name field...
The following terms need to be updated in the rules: .NET Core framework > .NET .Net Core framework > .NET .Net framework > .NET
Test case: ``` git clone -b vale-test-5 https://github.com/aireilly/vale-test && subl vale-test/modules/vale-test.adoc ``` Error:  # Troubleshooting: vale-ls ## Version - LSP: 2.2.0 - Sublime Text: 4177 ## Server Test Run...
Fedora Linux 39 (Workstation Edition) Linux 6.8.11-200.fc39.x86_64 Sublime version 4175 vale-ls suddenly stopped working. I have tried installing and reinstalling, nothing seems to work. Vale-ls does not lint in the...