File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -159,13 +159,13 @@ Issue severity will be in the event stream output when a `issueRecorded` event o
159
159
160
160
The JSON event stream ABI will be amended correspondingly:
161
161
162
- ```
163
- <issue> ::= {
164
- "isKnown": <bool>, ; is this a known issue or not?
165
- + "severity": <string>, ; the severity of the issue
166
- + "isFailure": <bool>, ; if the issue is a failing issue
167
- ["sourceLocation": <source-location>,] ; where the issue occurred, if known
168
- }
162
+ ``` diff
163
+ <issue> ::= {
164
+ "isKnown": <bool>, ; is this a known issue or not?
165
+ + "severity": <string>, ; the severity of the issue
166
+ + "isFailure": <bool>, ; if the issue is a failing issue
167
+ ["sourceLocation": <source-location>,] ; where the issue occurred, if known
168
+ }
169
169
```
170
170
171
171
Example of an ` issueRecorded ` event in the json output:
You can’t perform that action at this time.
0 commit comments