Skip to content

Commit 55fbe05

Browse files
committed
fix(openapi): lint
1 parent 35440dc commit 55fbe05

2 files changed

Lines changed: 6 additions & 17 deletions

File tree

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# This file tells Redocly's linter to ignore specific rule violations at
2-
# specific locations. See https://redocly.com/docs/cli/ignore-file/
3-
# Generated/maintained alongside packages/openapi/openapi.yml
4-
5-
./openapi.yml:
1+
# This file instructs Redocly's linter to ignore the rules contained for specific parts of your API.
2+
# See https://redocly.com/docs/cli/ for more information.
3+
openapi.yml:
64
operation-2xx-response:
75
- '#/paths/~1auth/post/responses'
6+
operation-4xx-response:
7+
- '#/paths/~1countries/get/responses'
8+
- '#/paths/~1tokens/get/responses'

packages/openapi/openapi.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,18 +2032,6 @@ paths:
20322032
application/json:
20332033
schema:
20342034
$ref: '#/components/schemas/Tokens'
2035-
'401':
2036-
description: UNAUTHORIZED
2037-
content:
2038-
application/json:
2039-
schema:
2040-
$ref: '#/components/schemas/UnauthorizedError'
2041-
'403':
2042-
description: FORBIDDEN
2043-
content:
2044-
application/json:
2045-
schema:
2046-
$ref: '#/components/schemas/ForbiddenError'
20472035
security:
20482036
- BearerAuth: []
20492037
tags:

0 commit comments

Comments
 (0)