Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #52 from aireilly/fix-vale-error
Browse files Browse the repository at this point in the history
Fix vale error
  • Loading branch information
rohennes authored Apr 26, 2023
2 parents 5e697d2 + 2bdc54b commit 1aeba1a
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/ImageContainsAltText.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
link: https://redhat-documentation.github.io/supplementary-style-guide/#cloud-services-images
message: "Image is missing accessibility alt tags."
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/MatchingDotCallouts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
extends: script
ignorecase: true
message: "Corresponding callout not found."
level: error
link: https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/SequentialNumberedCallouts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
extends: script
ignorecase: true
message: "Numbered callout does not follow sequentially."
level: error
link: https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/ValidAdmonitionBlocks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
extends: script
ignorecase: true
level: error
message: "Unterminated admonition block found in file."
link: https://docs.asciidoctor.org/asciidoc/latest/blocks/admonitions/
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/ValidCodeBlocks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
extends: script
ignorecase: true
level: error
message: "Unterminated listing block found in file."
link: https://docs.asciidoctor.org/asciidoc/latest/verbatim/listing-blocks/
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/ValidConditions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
extends: script
ignorecase: true
level: error
message: "File contains unbalanced if statements."
link: https://docs.asciidoctor.org/asciidoc/latest/directives/ifdef-ifndef/
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/AsciiDoc/ValidTableBlocks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
extends: script
ignorecase: true
level: error
message: "Unterminated table block found in file."
link: https://docs.asciidoctor.org/asciidoc/latest/tables/build-a-basic-table/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: suggestion
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#additional-resources-sections
message: "Additional resources heading is missing the \"_additional-resources\" role attribute declaration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
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'."
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/OpenShiftAsciiDoc/IdHasContextVariable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
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."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: occurrence
scope: raw
ignorecase: true
level: error
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#module-file-metadata
message: "Module is missing the \"_content-type\" variable."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: occurrence
scope: raw
ignorecase: true
level: suggestion
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#module-file-metadata
message: "The comment at the beginning of the module that lists the parent assembly is missing."
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/OpenShiftAsciiDoc/NoNestingInModules.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#links-hyperlinks-and-cross-references
message: "You can only nest snippets or GitHub raw user content in modules."
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/OpenShiftAsciiDoc/NoXrefInModules.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#links-hyperlinks-and-cross-references
message: "Do not include xrefs in modules, only assemblies."
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/OpenShiftAsciiDoc/XrefContainsAnchorID.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#links-hyperlinks-and-cross-references
message: "The xref is missing an anchor ID."
Expand Down
1 change: 0 additions & 1 deletion .vale/styles/OpenShiftAsciiDoc/XrefContainsHTML.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: error
link: https://github.com/openshift/openshift-docs/blob/main/contributing_to_docs/doc_guidelines.adoc#links-hyperlinks-and-cross-references
message: "Use .adoc instead of .html in xrefs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
extends: existence
scope: raw
ignorecase: true
level: suggestion
link: https://redhat-documentation.github.io/supplementary-style-guide/#link-text
message: "The xref is missing link text."
Expand Down

0 comments on commit 1aeba1a

Please sign in to comment.