Skip to content

Commit e3d5bcb

Browse files
committed
update
Signed-off-by: A.Arnold <[email protected]>
1 parent f9a552c commit e3d5bcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint-with-vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: errata-ai/vale-action@reviewdog
1414
with:
1515
files: docs/
16-
reporter: github-pr-review
16+
reporter: github-pr-check
1717
fail_on_error: true

vale.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
StylesPath = .github/styles
22

3-
MinAlertLevel = error
3+
MinAlertLevel = suggesion
44

55
IgnoredScopes = code, tt, img, url, a, body.id
66

77
SkippedScopes = script, style, pre, figure, code, tt, blockquote, listingblock, literalblock
88

9-
Packages = RedHat
9+
Packages = RedHat, Vale, write-good
1010

1111
# Match AsciiDoc files. See: https://vale.sh/docs/topics/scoping/
1212
# Ignore files in a directory starting by `.`
1313
# to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
1414
[[!.]*.adoc]
1515

16-
BasedOnStyles = RedHat
16+
BasedOnStyles = RedHat, Vale, write-good
1717

1818
[*.md]
1919

@@ -25,4 +25,4 @@ TokenIgnores = (\x60[^\n\x60]+\x60), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\
2525
# Match INI files. See: https://vale.sh/docs/topics/scoping/
2626
[*.ini]
2727

28-
BasedOnStyles = RedHat
28+
BasedOnStyles = RedHat, Vale, write-good

0 commit comments

Comments
 (0)