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/linter/rules/snapshots/NoDeprecatedApi.ts.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,64 +464,71 @@ Generated by [AVA](https://avajs.dev).
464
464
{
465
465
column: 3,
466
466
line: 16,
467
+
message: 'Outdated spelling of bootstrap parameter: \'data-sap-ui-logLevel\'; should be written as \'data-sap-ui-log-level\'',
468
+
ruleId: 'no-deprecated-api',
469
+
severity: 1,
470
+
},
471
+
{
472
+
column: 3,
473
+
line: 17,
467
474
message: 'Outdated spelling of bootstrap parameter: \'data-sap-ui-resourceroots\'; should be written as \'data-sap-ui-resource-roots\'',
468
475
ruleId: 'no-deprecated-api',
469
476
severity: 1,
470
477
},
471
478
{
472
479
column: 3,
473
-
line: 18,
480
+
line: 19,
474
481
message: 'Redundant bootstrap parameter \'data-sap-ui-bindingsyntax\' should be removed',
475
482
messageDetails: 'Only \'complex\' is supported with UI5 2.x and automatically enforced by the UI5 runtime. Complex binding parser supports simple binding syntax per default.',
476
483
ruleId: 'no-deprecated-api',
477
484
severity: 1,
478
485
},
479
486
{
480
487
column: 3,
481
-
line: 19,
488
+
line: 20,
482
489
message: 'Duplicate bootstrap parameter \'data-sap-ui-binding-syntax\' with value \'complex\'',
483
490
ruleId: 'no-deprecated-api',
484
491
severity: 1,
485
492
},
486
493
{
487
494
column: 3,
488
-
line: 19,
495
+
line: 20,
489
496
message: 'Redundant bootstrap parameter \'data-sap-ui-xx-bindingsyntax\' should be removed',
490
497
messageDetails: 'Only \'complex\' is supported with UI5 2.x and automatically enforced by the UI5 runtime. Complex binding parser supports simple binding syntax per default.',
491
498
ruleId: 'no-deprecated-api',
492
499
severity: 1,
493
500
},
494
501
{
495
502
column: 3,
496
-
line: 20,
503
+
line: 21,
497
504
message: 'Duplicate bootstrap parameter \'data-sap-ui-binding-syntax\' with value \'complex\'',
498
505
ruleId: 'no-deprecated-api',
499
506
severity: 1,
500
507
},
501
508
{
502
509
column: 3,
503
-
line: 20,
510
+
line: 21,
504
511
message: 'Redundant bootstrap parameter \'data-sap-ui-xx-binding-syntax\' should be removed',
505
512
messageDetails: 'Only \'complex\' is supported with UI5 2.x and automatically enforced by the UI5 runtime. Complex binding parser supports simple binding syntax per default.',
506
513
ruleId: 'no-deprecated-api',
507
514
severity: 1,
508
515
},
509
516
{
510
517
column: 3,
511
-
line: 22,
518
+
line: 23,
512
519
message: 'Duplicate bootstrap parameter \'data-sap-ui-preload\' with value \'async\'',
513
520
ruleId: 'no-deprecated-api',
514
521
severity: 1,
515
522
},
516
523
{
517
524
column: 3,
518
-
line: 24,
525
+
line: 25,
519
526
message: 'Abandoned bootstrap parameter \'data-sap-ui-xx-noless\' should be removed',
0 commit comments