Skip to content

Commit 1165cba

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 66c7d87 commit 1165cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/example.1.0.0.oas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ paths:
3333
content:
3434
application/json:
3535
schema:
36-
$ref: '#/components/schemas/ApiInfo'
36+
#$ref: '#/components/schemas/ApiInfo'
3737
'400':
3838
$ref: '#/components/responses/BadRequest'
3939
'401':
@@ -51,7 +51,7 @@ paths:
5151
get:
5252
summary: List all test results
5353
description: List all test results.
54-
operationId: getResults
54+
#operationId: getResults
5555
tags:
5656
- Test Results
5757
parameters:

0 commit comments

Comments
 (0)