Skip to content

Commit

Permalink
Link block begin/end to docs.check-spelling.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed May 29, 2024
1 parent 15ec25d commit fbaf4f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sarif.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
{
"id": "unclosed-block-ignore-begin",
"name": "UnclosedBlockIgnoreBegin",
"helpUri": "https://github.com/check-spelling/check-spelling/wiki/Event-descriptions#unclosed-block-ignore-begin",
"helpUri": "https://docs.check-spelling.dev/Event-descriptions#unclosed-block-ignore-begin",
"shortDescription": {
"text": "Unclosed block ignore (begin)"
},
Expand All @@ -569,7 +569,7 @@
},
"help": {
"text": "?",
"markdown": "**Remediation (click \"Show more\" below)**:\n\n- Check to see if the content has text that should correspond to the end block ignore but does not, if so, correct it.\n- If the begin block ignore is too general, consider making it more specific. See [block ignore examples](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-block-delimiters) and [block ignore feature](https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Block-Ignore)\n\n"
"markdown": "**Remediation (click \"Show more\" below)**:\n\n- Check to see if the content has text that should correspond to the end block ignore but does not, if so, correct it.\n- If the begin block ignore is too general, consider making it more specific. See [block ignore examples](https://docs.check-spelling.dev/Configuration-Examples:-block-delimiters) and [block ignore feature](https://docs.check-spelling.dev/Feature%3A-Block-Ignore)\n\n"
},
"defaultConfiguration": {
"level": "warning"
Expand All @@ -586,7 +586,7 @@
{
"id": "unclosed-block-ignore-end",
"name": "UnclosedBlockIgnoreEnd",
"helpUri": "https://github.com/check-spelling/check-spelling/wiki/Event-descriptions#unclosed-block-ignore-end",
"helpUri": "https://docs.check-spelling.dev/Event-descriptions#unclosed-block-ignore-end",
"shortDescription": {
"text": "Unclosed block ignore (end)"
},
Expand All @@ -595,7 +595,7 @@
},
"help": {
"text": "?",
"markdown": "**Remediation (click \"Show more\" below)**:\n\n- Check to see if the content has text that should correspond to the end block ignore but does not, if so, correct it.\n- If the begin block ignore is too general, consider making it more specific. See [block ignore examples](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-block-delimiters) and [block ignore feature](https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Block-Ignore)\n\n"
"markdown": "**Remediation (click \"Show more\" below)**:\n\n- Check to see if the content has text that should correspond to the end block ignore but does not, if so, correct it.\n- If the begin block ignore is too general, consider making it more specific. See [block ignore examples](https://docs.check-spelling.dev/Configuration-Examples:-block-delimiters) and [block ignore feature](https://docs.check-spelling.dev/Feature%3A-Block-Ignore)\n\n"
},
"defaultConfiguration": {
"level": "warning"
Expand Down

0 comments on commit fbaf4f2

Please sign in to comment.