Skip to content

Commit 7916cab

Browse files
authored
[Hyperlint] Tweak, AI too literal (#22307)
1 parent abcbe09 commit 7916cab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.hyperlint/automations/styles/cloudflare/MeaningfulLinkWords.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77
extends: existence
8-
message: "Rewrite the link text for `%s` to be more descriptive. Only rewrite the link text, nothing else."
8+
message: "Rewrite the link text for `%s` to be more descriptive. Only rewrite the link text (but preserve the link), nothing else."
99
level: warning
1010
ignorecase: true
1111
scope: raw

.hyperlint/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ reviewer:
1313
check_status_upon_review_failure: neutral
1414
enabled: true
1515
custom_style_guide:
16-
enabled: true
17-
path_to_style_guide_dir: ".github/styles/plain-text-style-checks/"
16+
enabled: false
17+
path_to_style_guide_dir: ".hyperlint/styles/plain-text-style-checks/"
1818
check_status_upon_review_failure: neutral
1919
limit_num_reviews: 2
2020
limit_num_comments: 5
2121
automation:
2222
custom_style_guide:
2323
enabled: true
24-
path_to_style_guide_dir: ".github/styles/plain-text-style-checks/"
24+
path_to_style_guide_dir: ".hyperlint/styles/plain-text-style-checks/"
2525
enabled: true
2626
vale_style_guide:
2727
enabled: true

0 commit comments

Comments
 (0)