Skip to content

Commit 63b387a

Browse files
Merge pull request #50722 from aireilly/tweak-vale-error-level
make vale error level = suggestion
2 parents b34a9b1 + 155c26f commit 63b387a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
StylesPath = .vale/styles
22

3-
MinAlertLevel = error
3+
MinAlertLevel = suggestion
44

55
Packages = RedHat
66

scripts/check-with-vale.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ -n "${FILES}" ] ;
1313
echo "Read about the error terms that cause the build to fail at https://redhat-documentation.github.io/vale-at-red-hat/docs/reference-guide/termserrors/"
1414
echo "==============================================================================================================================="
1515
echo ""
16-
vale ${FILES} --minAlertLevel=error --glob='*.adoc' --no-exit
16+
vale ${FILES} --glob='*.adoc'
1717
echo ""
1818
if [ "$TRAVIS" = true ] ; then
1919
set -x

0 commit comments

Comments
 (0)