Skip to content

Commit d4b058e

Browse files
committed
feat: Linter
1 parent 2d5d97f commit d4b058e

File tree

9 files changed

+9
-9
lines changed
  • test
    • merge/openapi/should-throw-on-different-methods
    • projects
      • declarative-changes-in-rest-operation/case8
      • document-group
        • path-operations/referenced-json-schema-object
        • pathitems-operations/define-operations-with-servers-prefix
      • merge-operations/documents-pathitems-with-mixed-formats

9 files changed

+9
-9
lines changed

test/merge/openapi/should-throw-on-different-methods/case1/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/case1/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/should-throw-on-different-methods/case2/1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ components:
1717
responses:
1818
'200':
1919
description: OK
20-
content: { }
20+
content: {}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ components:
1717
responses:
1818
'200':
1919
description: OK
20-
content: { }
20+
content: {}

test/projects/declarative-changes-in-rest-operation/case8/after.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ components:
4545
value:
4646
type: string #!
4747
currency:
48-
type: string
48+
type: string

test/projects/declarative-changes-in-rest-operation/case8/before.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ components:
4545
value:
4646
type: number #!
4747
currency:
48-
type: string
48+
type: string

test/projects/document-group/path-operations/referenced-json-schema-object/1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ components:
2727
type: object
2828
properties:
2929
message:
30-
type: string
30+
type: string

test/projects/document-group/pathitems-operations/define-operations-with-servers-prefix/1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ components:
2020
post:
2121
responses:
2222
'200':
23-
description: response description main
23+
description: response description main

test/projects/merge-operations/documents-pathitems-with-mixed-formats/2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ paths:
77
post:
88
responses:
99
'200':
10-
description: response description main
10+
description: response description main

0 commit comments

Comments
 (0)