You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .markdownlint-cli2.jsonc
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@
9
9
// MD004/ul-style. We prefer dash, but generated CHANGELOG.md files use
10
10
// asterisk. The default "consistent" is a good compromise.
11
11
"MD004": { "style": "consistent" },
12
-
"MD012": false// no-multiple-blanks; disabled because common in CHANGELOG.md files
12
+
// MD012/no-multiple-blanks: disabled because common in CHANGELOG.md files
13
+
"MD012": false,
14
+
// MD060/table-column-style: Disabled because a common case is a last column with longer prose. The current "aligned" style results is large trailing padding in the last column which makes reviews more difficult. TODO: re-evaluate after https://github.com/DavidAnson/markdownlint/issues/1818
|`dbStatementSerializer`|`DbStatementSerializer`| IORedis instrumentation will serialize db.statement using the specified function. |
52
52
|`requestHook`|`RedisRequestCustomAttributeFunction` (function) | Function for adding custom attributes on db request. Receives params: `span, { moduleVersion, cmdName, cmdArgs }`|
53
-
|`responseHook`|`RedisResponseCustomAttributeFunction` (function) | Function for adding custom attributes on db response |
54
-
|`requireParentSpan`|`boolean`| Require parent to create ioredis span, default when unset is true |
53
+
|`responseHook`|`RedisResponseCustomAttributeFunction` (function) | Function for adding custom attributes on db response |
54
+
|`requireParentSpan`|`boolean`| Require parent to create ioredis span, default when unset is true |
55
55
56
56
#### Custom db.statement Serializer
57
57
@@ -113,13 +113,13 @@ See [the HTTP migration guide](https://opentelemetry.io/docs/specs/semconv/non-n
0 commit comments