Skip to content

Commit c22a7f3

Browse files
committed
fix: linter
1 parent 5d94d4d commit c22a7f3

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

test/projects/changelog/tags/after.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,42 @@ paths:
77
get:
88
responses:
99
'200':
10-
content: { }
10+
description: OK
11+
content: {}
1112
tags:
1213
- sameTagInDifferentPaths1
1314
- sameTagInDifferentPaths3
1415
/added2:
1516
get:
1617
responses:
1718
'200':
18-
content: { }
19+
description: OK
20+
content: {}
1921
tags:
2022
- sameTagInDifferentPaths1
2123
- sameTagInDifferentPaths3
2224
- sameTagInMethodSiblings2
2325
post:
2426
responses:
2527
'200':
26-
content: { }
28+
description: OK
29+
content: {}
2730
tags:
2831
- sameTagInMethodSiblings2
2932
/changed1:
3033
get:
3134
responses:
3235
'200':
33-
content: { }
36+
description: OK
37+
content: {}
3438
tags:
3539
- sameTagInDifferentPaths1
3640
- sameTagInMethodSiblings3
3741
- tag
3842
post:
3943
responses:
4044
'200':
41-
content: { }
45+
description: OK
46+
content: {}
4247
tags:
43-
- sameTagInMethodSiblings3
48+
- sameTagInMethodSiblings3

test/projects/changelog/tags/before.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,42 @@ paths:
77
get:
88
responses:
99
'200':
10-
content: { }
10+
description: OK
11+
content: {}
1112
tags:
1213
- sameTagInDifferentPaths1
1314
- sameTagInDifferentPaths2
1415
/removed2:
1516
get:
1617
responses:
1718
'200':
18-
content: { }
19+
description: OK
20+
content: {}
1921
tags:
2022
- sameTagInDifferentPaths1
2123
- sameTagInDifferentPaths2
2224
- sameTagInMethodSiblings1
2325
post:
2426
responses:
2527
'200':
26-
content: { }
28+
description: OK
29+
content: {}
2730
tags:
2831
- sameTagInMethodSiblings1
2932
/changed1:
3033
get:
3134
responses:
3235
'200':
33-
content: { }
36+
description: OK
37+
content: {}
3438
tags:
3539
- sameTagInDifferentPaths1
3640
- tag
3741
- missingByDesign
3842
post:
3943
responses:
4044
'200':
41-
content: { }
45+
description: OK
46+
content: {}
4247
tags:
43-
- missingByDesign
48+
- missingByDesign

0 commit comments

Comments
 (0)