Skip to content

Commit 414ca19

Browse files
committed
test: test linting warn/errors
this pull request is just to test what happens when there are linting errors in a pull request.
1 parent 8116d9e commit 414ca19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/example.1.0.0.oas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ paths:
3232
content:
3333
application/json:
3434
schema:
35-
$ref: '#/components/schemas/ApiInfo'
35+
#$ref: '#/components/schemas/ApiInfo'
3636
'400':
3737
$ref: '#/components/responses/BadRequest'
3838
'401':
@@ -50,7 +50,7 @@ paths:
5050
get:
5151
summary: List all test results
5252
description: List all test results.
53-
operationId: getResults
53+
#operationId: getResults
5454
tags:
5555
- Test Results
5656
parameters:

0 commit comments

Comments
 (0)