Aidan Reilly
Aidan Reilly
Also create a customer sensitive information in YAML CR Vale rule for code samples. See https://github.com/redhat-documentation/vale-at-red-hat/issues/825 The rule would work by suggesting a generic title for all name fields. Could...
Great idea! Do you want to put this in? Something like this would work: ```yaml --- extends: substitution ignorecase: false level: error link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/github/ message: "%s" scope: raw swap: #...
Note - repos inside the OpenShift org are Ok. `https://github.com/openshift/*` are fine.
I think we need clarification from @kalexand-rh maybe. Are all GitHub links forbidden? Or are GitHub links from inside the [OpenShift](https://github.com/openshift) organization allowed?
Looks good @gaurav-nelson Can you also update the version of the script in vale-at-red-hat/tengo-rule-scripts/SequentialNumberedCallouts.tengo
Ok, this one is very complex. To do this properly, we would need to fully evaluate ifdef and ifndef blocks in the context of the callout sequence. This is IMO...
Closing this. Fix delivered in https://github.com/redhat-documentation/vale-at-red-hat/pull/827 thanks @gaurav-nelson :partying_face:
Ah. Sorry. We need to update the docs. The mentioned tool in the VRH repo: https://github.com/redhat-documentation/vale-at-red-hat/blob/main/tools/vale_report.sh
Fixed after reinstalling LSP-vale-ls :shrug:
No there is definitely something up with vale-ls. I get crashes like this in the console: ``` vale-ls: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ()', src/server.rs:38:18...