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 #64 from aireilly/tweak-error-level
Browse files Browse the repository at this point in the history
fixes vale.ini error level
  • Loading branch information
rohennes authored May 4, 2023
2 parents 943fbce + 03281d0 commit 1639547
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/ClosedAttributeBlocks/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `ClosedAttributeBlocks` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.ClosedAttributeBlocks = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/ClosedIdQuotes/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `ClosedIdQuotes` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.ClosedIdQuotes = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/MatchingDotCallouts/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `SequentialNumberedCallouts` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.MatchingDotCallouts = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/MatchingNumberedCallouts/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `SequentialNumberedCallouts` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.MatchingNumberedCallouts = YES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `SequentialNumberedCallouts` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.SequentialNumberedCallouts = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/ValidAdmonitionBlocks/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `ValidAdmonitionBlocks` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.ValidAdmonitionBlocks = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/ValidCodeBlocks/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `ValidConditions` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.ValidCodeBlocks = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/ValidConditions/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `ValidConditions` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.ValidConditions = YES
2 changes: 1 addition & 1 deletion .vale/fixtures/AsciiDoc/ValidTableBlocks/.vale.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Vale configuration file to test the `ValidConditions` rule
StylesPath = ../../../styles
MinAlertLevel = error
MinAlertLevel = suggestion
[*.adoc]
AsciiDoc.ValidTableBlocks = YES
2 changes: 1 addition & 1 deletion .vale/styles/AsciiDoc/ImageContainsAltText.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
extends: existence
scope: raw
level: error
level: warning
link: https://redhat-documentation.github.io/supplementary-style-guide/#cloud-services-images
message: "Image is missing accessibility alt tags."
raw:
Expand Down
2 changes: 1 addition & 1 deletion .vale/styles/AsciiDoc/MatchingDotCallouts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
extends: script
message: "Corresponding callout not found."
level: error
level: warning
link: https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/
scope: raw
script: |
Expand Down
2 changes: 1 addition & 1 deletion .vale/styles/AsciiDoc/SequentialNumberedCallouts.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
extends: script
message: "Numbered callout does not follow sequentially."
level: error
level: warning
link: https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/
scope: raw
script: |
Expand Down

0 comments on commit 1639547

Please sign in to comment.