diff --git a/.vale/styles/AsciiDoc/SequentialNumberedCallouts.yml b/.vale/styles/AsciiDoc/SequentialNumberedCallouts.yml index dc67131c7..eb72074dc 100644 --- a/.vale/styles/AsciiDoc/SequentialNumberedCallouts.yml +++ b/.vale/styles/AsciiDoc/SequentialNumberedCallouts.yml @@ -1,7 +1,7 @@ --- extends: script message: "Numbered callout does not follow sequentially." -level: suggestion +level: warning link: https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/ scope: raw script: | diff --git a/.vale/styles/OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml b/.vale/styles/OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml index a7ab38b64..1013f7892 100644 --- a/.vale/styles/OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml +++ b/.vale/styles/OpenShiftAsciiDoc/CheckDollarSymbolInTerminalBlock.yml @@ -1,7 +1,7 @@ --- extends: existence scope: raw -level: error +level: suggestion link: https://redhat-documentation.github.io/supplementary-style-guide/#commands-with-root-privileges message: "Terminal code block missing a command prompt at the beginning of the line. For example output, prepend the code block with '.Example output'." raw: diff --git a/.vale/styles/OpenShiftAsciiDoc/HardWrappedLines.yml b/.vale/styles/OpenShiftAsciiDoc/HardWrappedLines.yml index 0690da2b3..16492aab6 100644 --- a/.vale/styles/OpenShiftAsciiDoc/HardWrappedLines.yml +++ b/.vale/styles/OpenShiftAsciiDoc/HardWrappedLines.yml @@ -1,7 +1,7 @@ --- extends: script message: "Avoid hard-wrapped lines." -level: error +level: warning scope: raw script: | text := import("text") diff --git a/.vale/styles/OpenShiftAsciiDoc/IdHasContextVariable.yml b/.vale/styles/OpenShiftAsciiDoc/IdHasContextVariable.yml index 23ded5886..664221220 100644 --- a/.vale/styles/OpenShiftAsciiDoc/IdHasContextVariable.yml +++ b/.vale/styles/OpenShiftAsciiDoc/IdHasContextVariable.yml @@ -1,7 +1,7 @@ --- extends: existence scope: raw -level: error +level: warning link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#anchoring-in-module-files message: "ID is missing the '_{context}' variable at the end of the ID." raw: diff --git a/.vale/styles/OpenShiftAsciiDoc/ModuleContainsContentType.yml b/.vale/styles/OpenShiftAsciiDoc/ModuleContainsContentType.yml index bcadef9a1..c1f451cf8 100644 --- a/.vale/styles/OpenShiftAsciiDoc/ModuleContainsContentType.yml +++ b/.vale/styles/OpenShiftAsciiDoc/ModuleContainsContentType.yml @@ -1,7 +1,7 @@ --- extends: occurrence scope: raw -level: error +level: warning link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#module-file-metadata message: "Module is missing the '_mod-docs-content-type' variable." min: 1 diff --git a/.vale/styles/RedHat/CaseSensitiveTerms.yml b/.vale/styles/RedHat/CaseSensitiveTerms.yml index b748a61c7..1246aae3f 100644 --- a/.vale/styles/RedHat/CaseSensitiveTerms.yml +++ b/.vale/styles/RedHat/CaseSensitiveTerms.yml @@ -3,7 +3,7 @@ extends: substitution ignorecase: false level: error link: https://redhat-documentation.github.io/vale-at-red-hat/docs/reference-guide/casesensitiveterms/ -message: Use '%s' rather than '%s'. +message: "Use '%s' rather than '%s'." # source: "https://redhat-documentation.github.io/supplementary-style-guide/#glossary-terms-conventions" action: name: replace diff --git a/.vale/styles/RedHat/ConsciousLanguage.yml b/.vale/styles/RedHat/ConsciousLanguage.yml index 1952a05d1..494e61030 100644 --- a/.vale/styles/RedHat/ConsciousLanguage.yml +++ b/.vale/styles/RedHat/ConsciousLanguage.yml @@ -3,7 +3,7 @@ extends: substitution ignorecase: true level: warning link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/consciouslanguage/ -message: Use %s rather than '%s'. +message: "Use %s rather than '%s'." action: name: replace swap: diff --git a/.vale/styles/RedHat/Hyphens.yml b/.vale/styles/RedHat/Hyphens.yml index 715fbd900..7926a0364 100644 --- a/.vale/styles/RedHat/Hyphens.yml +++ b/.vale/styles/RedHat/Hyphens.yml @@ -3,7 +3,7 @@ extends: substitution ignorecase: true level: warning link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/hyphens/ -message: Use %s rather than '%s'. +message: "Use %s rather than '%s'." action: name: replace # swap maps tokens in the form "bad: good" diff --git a/.vale/styles/RedHat/ProductCentricWriting.yml b/.vale/styles/RedHat/ProductCentricWriting.yml index df0823d34..372169949 100644 --- a/.vale/styles/RedHat/ProductCentricWriting.yml +++ b/.vale/styles/RedHat/ProductCentricWriting.yml @@ -3,6 +3,6 @@ extends: existence ignorecase: true level: suggestion link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/productcentricwriting/ -message: Do not use transitive verb constructions like "%s" to grant abilities to inanimate objects. Whenever possible, use direct, user-focused sentences where the subject of the sentence performs the action. +message: "Do not use transitive verb constructions like '%s' to grant abilities to inanimate objects. Whenever possible, use direct, user-focused sentences where the subject of the sentence performs the action." tokens: - '(allows?|enables?|lets?|permits?)\s(you|customers|the customer|the user|users)' diff --git a/.vale/styles/RedHat/ReadabilityGrade.yml b/.vale/styles/RedHat/ReadabilityGrade.yml index 607cbdd78..32c913b58 100644 --- a/.vale/styles/RedHat/ReadabilityGrade.yml +++ b/.vale/styles/RedHat/ReadabilityGrade.yml @@ -3,7 +3,7 @@ extends: readability grade: 21 level: suggestion link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/readabilitygrade/ -message: "Grade level (%s) too high." +message: "Grade level ('%s') too high." metrics: - Automated Readability - Coleman-Liau diff --git a/.vale/styles/RedHat/UserReplacedValues.yml b/.vale/styles/RedHat/UserReplacedValues.yml index 658bdad37..a167bee10 100644 --- a/.vale/styles/RedHat/UserReplacedValues.yml +++ b/.vale/styles/RedHat/UserReplacedValues.yml @@ -1,6 +1,6 @@ --- extends: substitution -message: '%s, rather than %s' +message: "%s." link: https://redhat-documentation.github.io/vale-at-red-hat/docs/main/reference-guide/userreplacedvalues/ level: suggestion scope: raw