Skip to content

Commit

Permalink
Merge branch 'main' into fix-weaver-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed May 7, 2024
2 parents ab99f4c + 43163c8 commit 7f5acd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.yaml
Expand Up @@ -13,3 +13,6 @@ ol-prefix:
no-inline-html: false
fenced-code-language: false
no-space-in-code: false
first-line-h1: false
no-duplicate-heading:
siblings_only: true
2 changes: 1 addition & 1 deletion docs/messaging/kafka.md
Expand Up @@ -66,7 +66,7 @@ Process CA: | Span Rcv1 |
Process CB: | Span Rcv2 |
```

| Field or Attribute | Span Prod1 | Span Rcv1 | Span Proc1 | Span Prod2 | Span Rcv2
| Field or Attribute | Span Prod1 | Span Rcv1 | Span Proc1 | Span Prod2 | Span Rcv2 |
|-|-|-|-|-|-|
| Span name | `"T1 publish"` | `"T1 receive"` | `"T1 process"` | `"T2 publish"` | `"T2 receive`" |
| Parent | | Span Prod1 | Span Rcv1 | Span Rcv1 | Span Prod2 |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"js-yaml": "^4.1.0",
"markdown-link-check": "3.11.2",
"markdown-toc": "^1.2.0",
"markdownlint": "^0.29.0",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.31.0",
"prettier": "^3.0.0",
"through2": "^4.0.2"
Expand Down

0 comments on commit 7f5acd1

Please sign in to comment.