You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/lib/autofix/snapshots/autofix.ts.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,20 +164,7 @@ Generated by [AVA](https://avajs.dev).
164
164
165
165
[
166
166
{
167
-
coverageInfo: [
168
-
{
169
-
category: 1,
170
-
column: 20,
171
-
line: 2,
172
-
message: 'Unable to analyze this method call because the type of identifier in "jQuery("#container-todo---app--avatar-profile")"" could not be determined',
173
-
},
174
-
{
175
-
category: 1,
176
-
column: 2,
177
-
line: 23,
178
-
message: 'Unable to analyze this method call because the type of identifier "triggerSms" in "mLibrary.URLHelper.triggerSms()"" could not be determined',
179
-
},
180
-
],
167
+
coverageInfo: [],
181
168
errorCount: 5,
182
169
fatalErrorCount: 0,
183
170
filePath: 'GlobalsExistingDefineWithDeps.js',
@@ -208,15 +195,15 @@ Generated by [AVA](https://avajs.dev).
208
195
},
209
196
{
210
197
column: 2,
211
-
line: 22,
198
+
line: 21,
212
199
message: 'Access of global variable \'sap\' (sap.ui.view)',
213
200
messageDetails: 'Do not use global variables to access UI5 modules or APIs. See Best Practices for Developers (https://ui5.sap.com/#/topic/28fcd55b04654977b63dacbee0552712)',
214
201
ruleId: 'no-globals',
215
202
severity: 2,
216
203
},
217
204
{
218
205
column: 9,
219
-
line: 22,
206
+
line: 21,
220
207
message: 'Call to deprecated function \'view\' (sap.ui.view)',
221
208
messageDetails: 'Deprecated test message',
222
209
ruleId: 'no-deprecated-api',
@@ -229,11 +216,10 @@ Generated by [AVA](https://avajs.dev).
0 commit comments