Skip to content

Commit 30a1f3c

Browse files
authored
update expected messages in tests (#128)
1 parent 259263c commit 30a1f3c

File tree

5 files changed

+5
-29
lines changed

5 files changed

+5
-29
lines changed

test/samples/block-filenames/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{
33
"ruleId": "curly",
44
"line": 2,
5-
"column": 2
5+
"column": 12
66
},
77
{
88
"ruleId": "curly",
99
"line": 7,
10-
"column": 2
10+
"column": 11
1111
}
1212
]

test/samples/typescript-block-filenames/expected.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{
33
"ruleId": "curly",
44
"line": 2,
5-
"column": 2
5+
"column": 12
66
},
77
{
88
"ruleId": "curly",
99
"line": 7,
10-
"column": 2
10+
"column": 11
1111
}
1212
]

test/samples/typescript-lazy/expected.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@
157157
"endLine": 16,
158158
"endColumn": 18
159159
},
160-
{
161-
"ruleId": "module-script-reactive-declaration",
162-
"severity": 1,
163-
"line": 19,
164-
"column": 10,
165-
"endLine": 19,
166-
"endColumn": 11
167-
},
168160
{
169161
"ruleId": "missing-declaration",
170162
"severity": 1,

test/samples/typescript-peer-dependency/expected.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@
157157
"endLine": 16,
158158
"endColumn": 18
159159
},
160-
{
161-
"ruleId": "module-script-reactive-declaration",
162-
"severity": 1,
163-
"line": 19,
164-
"column": 10,
165-
"endLine": 19,
166-
"endColumn": 11
167-
},
168160
{
169161
"ruleId": "missing-declaration",
170162
"severity": 1,

test/samples/typescript/expected.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@
157157
"endLine": 16,
158158
"endColumn": 18
159159
},
160-
{
161-
"ruleId": "module-script-reactive-declaration",
162-
"severity": 1,
163-
"line": 19,
164-
"column": 10,
165-
"endLine": 19,
166-
"endColumn": 11
167-
},
168160
{
169161
"ruleId": "missing-declaration",
170162
"severity": 1,
@@ -181,4 +173,4 @@
181173
"endLine": 23,
182174
"endColumn": 6
183175
}
184-
]
176+
]

0 commit comments

Comments
 (0)