Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Rewrite the link text for `%s` to be more descriptive. Only rewrite the link text, nothing else."
message: "Rewrite the link text for `%s` to be more descriptive. Only rewrite the link text (but preserve the link), nothing else."
level: warning
ignorecase: true
scope: raw
Expand Down
6 changes: 3 additions & 3 deletions .hyperlint/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ reviewer:
check_status_upon_review_failure: neutral
enabled: true
custom_style_guide:
enabled: true
path_to_style_guide_dir: ".github/styles/plain-text-style-checks/"
enabled: false
path_to_style_guide_dir: ".hyperlint/styles/plain-text-style-checks/"
check_status_upon_review_failure: neutral
limit_num_reviews: 2
limit_num_comments: 5
automation:
custom_style_guide:
enabled: true
path_to_style_guide_dir: ".github/styles/plain-text-style-checks/"
path_to_style_guide_dir: ".hyperlint/styles/plain-text-style-checks/"
enabled: true
vale_style_guide:
enabled: true
Expand Down
Loading