File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 66 - ' **.md'
77 - ' .vale/**'
88 - ' .vale.ini'
9+ - ' !**/changelog/**'
910
1011jobs :
1112 vale :
Original file line number Diff line number Diff line change 66 entry : bash -c 'vale --config=.vale.ini "$@"; exit 0' --
77 language : system
88 files : \.(md|mdx)$
9+ exclude : ' changelog/'
910 pass_filenames : true
10- verbose : true
11+ verbose : true
Original file line number Diff line number Diff line change 1+ extends : existence
2+ message : " Avoid time-relative terms like '%s' that become outdated"
3+ level : warning
4+ ignorecase : true
5+ tokens :
6+ - current
7+ - currently
8+ - presently
9+ - as of now
10+ - at this time
11+ - present
12+ - in the future
13+ - future
14+ - now
15+ - today
16+ - soon
17+ - latest
18+ - new
19+ - upcoming
20+ - old
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ message: "Avoid using '%s' in technical documentation."
33level : warning
44ignorecase : true
55tokens :
6- - please # Instead of "Please refer to the documentation", say "Refer to the documentation"
6+ - please
You can’t perform that action at this time.
0 commit comments