File tree Expand file tree Collapse file tree 2 files changed +26
-26
lines changed
tests/integration/testdata/lint/002-extends Expand file tree Collapse file tree 2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1- fail_count : 7
1+ fail_count : 0
22results :
33- Character : 0
44 Column : 5
@@ -20,26 +20,26 @@ results:
2020 Severity : info
2121- Character : 0
2222 Column : 5
23- Line : 11
24- Message : path segments `internalRoute` do not use kebab-case
23+ Line : 13
24+ Message : tags for `GET` operation are missing
2525 Path : $
2626 Severity : warn
2727- Character : 0
2828 Column : 5
29- Line : 21
30- Message : path segments `externalRoute` do not use kebab-case
29+ Line : 23
30+ Message : tags for `GET` operation are missing
3131 Path : $
3232 Severity : warn
3333- Character : 0
3434 Column : 3
3535 Line : 10
36- Message : operation method `GET` at path `/ internalRoute` is missing a `description`
36+ Message : path segments ` internalRoute` do not use kebab-case
3737 Path : $
3838 Severity : warn
3939- Character : 0
4040 Column : 3
4141 Line : 20
42- Message : operation method `GET` at path `/ externalRoute` is missing a `description`
42+ Message : path segments ` externalRoute` do not use kebab-case
4343 Path : $
4444 Severity : warn
45- total_count : 7
45+ total_count : 7
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ fail_count: 4
22results :
33- Character : 0
44 Column : 5
5- Line : 11
6- Message : path segments `internalRoute` do not use kebab-case
5+ Line : 7
6+ Message : ' Server URL is not valid: must not have a trailing slash '
77 Path : $
88 Severity : warn
99- Character : 0
1010 Column : 5
11- Line : 21
12- Message : path segments `externalRoute` do not use kebab-case
11+ Line : 8
12+ Message : ' Server URL is not valid: must not have a trailing slash '
1313 Path : $
1414 Severity : warn
1515- Character : 0
@@ -18,6 +18,18 @@ results:
1818 Message : Description at line `28` is a duplicate of line `18`
1919 Path : $
2020 Severity : info
21+ - Character : 0
22+ Column : 5
23+ Line : 13
24+ Message : tags for `GET` operation are missing
25+ Path : $
26+ Severity : warn
27+ - Character : 0
28+ Column : 5
29+ Line : 23
30+ Message : tags for `GET` operation are missing
31+ Path : $
32+ Severity : warn
2133- Character : 0
2234 Column : 9
2335 Line : 12
@@ -45,25 +57,13 @@ results:
4557- Character : 0
4658 Column : 3
4759 Line : 10
48- Message : operation method `GET` at path `/ internalRoute` is missing a `description`
60+ Message : path segments ` internalRoute` do not use kebab-case
4961 Path : $
5062 Severity : warn
5163- Character : 0
5264 Column : 3
5365 Line : 20
54- Message : operation method `GET` at path `/externalRoute` is missing a `description`
55- Path : $
56- Severity : warn
57- - Character : 0
58- Column : 5
59- Line : 7
60- Message : ' Server URL is not valid: must not have a trailing slash'
61- Path : $
62- Severity : warn
63- - Character : 0
64- Column : 5
65- Line : 8
66- Message : ' Server URL is not valid: must not have a trailing slash'
66+ Message : path segments `externalRoute` do not use kebab-case
6767 Path : $
6868 Severity : warn
6969total_count : 11
You can’t perform that action at this time.
0 commit comments