Skip to content

Commit

Permalink
Update vale rules
Browse files Browse the repository at this point in the history
vale rules are updated by executing vale sync command.

Signed-off-by: Zaki Shaikh <[email protected]>
  • Loading branch information
zakisk authored and chmouel committed Oct 16, 2024
1 parent b1790e3 commit b4feca4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .vale/styles/RedHat/ObviousTerms.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
extends: existence
level: suggestion
# link:
message: "Consider not documenting %s because it is self-explanatory."
scope: sentence
# source:
action:
name: remove
tokens:
- 'User field'
- 'Username field'
- 'Password field'
- 'Mail field'
- 'Description field'
- 'Name field'
2 changes: 1 addition & 1 deletion .vale/styles/RedHat/TermsWarnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ swap:
entitlement: repository|subscription
execute: run|issue|start|enter
find out: discover
hamburger|kebab menu|kebab: more options icon|options icon
hamburger|kebab menu|kebab|vertical ellipsis: more options icon|options icon
he|she: you
host name: hostname
illegal: invalid|not allowed|incorrect
Expand Down

0 comments on commit b4feca4

Please sign in to comment.