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
3 changes: 3 additions & 0 deletions .vale-ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ Temporal.complexwords = NO
Temporal.programming = NO
Temporal.WordList = NO

; ignore MDX custom heading-ID comments, e.g. {/* #ha-worker-patterns */}
TokenIgnores = (\{/\*[^\n]*?\*/\})

[formats]
mdx = md
2 changes: 2 additions & 0 deletions vale/test/headings-good.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@
## Update a running Workflow

## Durable External Storage for large payloads

## Highly available Worker patterns {/* #ha-worker-patterns */}
2 changes: 2 additions & 0 deletions vale/test/terms-bad.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Use heartbeating to report activity progress.
The codec server provides remote payload encoding.

A child workflow execution inherits the parent close policy.

## Highly available worker patterns {/* #ha-worker-patterns */}