Skip to content

Commit d939dee

Browse files
committed
chore: Updated files for linter
1 parent ded1c45 commit d939dee

29 files changed

+54
-34
lines changed

.github/workflows/delete-dist-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
delete-dist-tag:
8-
uses: netcracker/qubership-apihub-ci/.github/workflows/delete-dist-tag.yaml@main
8+
uses: netcracker/qubership-apihub-ci/.github/workflows/delete-dist-tag.yaml@main

test/merge/openapi/paths-from-specs/1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ paths:
1313
responses:
1414
'200':
1515
description: OK
16-
content: { }
16+
content: {}

test/merge/openapi/paths-from-specs/2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ paths:
1313
responses:
1414
'200':
1515
description: OK
16-
content: { }
16+
content: {}

test/merge/openapi/paths-from-specs/result.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ paths:
1313
responses:
1414
'200':
1515
description: OK
16-
content: { }
16+
content: {}
1717
/path2:
1818
post:
1919
parameters:
@@ -24,4 +24,4 @@ paths:
2424
responses:
2525
'200':
2626
description: OK
27-
content: { }
27+
content: {}

test/merge/openapi/should-merge-with-empty-template/1.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ paths:
1616
responses:
1717
'200':
1818
description: OK
19-
content: { }
19+
content: {}
2020
components:
2121
schemas:
2222
TestSchema:
@@ -26,7 +26,7 @@ components:
2626
responses:
2727
'200':
2828
description: OK
29-
content: { }
29+
content: {}
3030
parameters:
3131
x-request-id:
3232
name: x-request-id
@@ -65,4 +65,4 @@ tags:
6565
description: desc1
6666
externalDocs:
6767
description: External Docs
68-
url: https://example.com
68+
url: https://example.com

test/merge/openapi/should-merge-with-empty-template/result.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ paths:
1616
responses:
1717
'200':
1818
description: OK
19-
content: { }
19+
content: {}
2020
components:
2121
schemas:
2222
TestSchema:
@@ -26,7 +26,7 @@ components:
2626
responses:
2727
'200':
2828
description: OK
29-
content: { }
29+
content: {}
3030
parameters:
3131
x-request-id:
3232
name: x-request-id
@@ -62,4 +62,4 @@ security:
6262
- oAuthSample: [ ]
6363
externalDocs:
6464
description: External Docs
65-
url: https://example.com
65+
url: https://example.com

test/merge/openapi/should-throw-on-different-methods/1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ paths:
1313
responses:
1414
'200':
1515
description: OK
16-
content: { }
16+
content: {}

test/merge/openapi/should-throw-on-different-methods/2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ paths:
1313
responses:
1414
'200':
1515
description: OK
16-
content: { }
16+
content: {}

test/projects/agent/PublicRegistry API(4).yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16077,4 +16077,4 @@ components:
1607716077
BasicAuth:
1607816078
type: http
1607916079
description: Login/password authentication.
16080-
scheme: basic
16080+
scheme: basic

test/projects/api-kinds/Petstore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,4 +847,4 @@ components:
847847
type: string
848848
format: uuid
849849
example: 123
850-
required: true
850+
required: true

0 commit comments

Comments
 (0)