1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Make sure there is a blank line above and below headings (#37922)

This commit is contained in:
Grace Park
2023-06-26 13:24:44 -07:00
committed by GitHub
parent 6b51cec1f9
commit 32af69c277
347 changed files with 1236 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ This details each SARIF component that may be generated, along with any specific
| `$schema`| {% octicon "check" aria-label="Always" %}| Provides a link to the [SARIF schema](https://github.com/oasis-tcs/sarif-spec/blob/123e95847b13fbdd4cbe2120fa5e33355d4a042b/Schemata/sarif-schema-2.1.0.json).|
| `version`| {% octicon "check" aria-label="Always" %}| The version of the SARIF used to generate the output.|
| `runs`| {% octicon "check" aria-label="Always" %}| An array containing a single run object, for one language.|
### `run` object
| JSON property name| Always generated?| Notes|
@@ -173,6 +174,7 @@ For character offset and length regions, the following properties will be set:
| `snippet`| {% octicon "x" aria-label="Optionally" %}| None |
### `codeFlow` object
| JSON property name| Always generated?| Notes|
|-----------------------|--------------------|------|
| `threadFlows`| {% octicon "check" aria-label="Always" %}| None |