Skip to content

Commit

Permalink
fix: Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
d3xter666 committed Dec 10, 2024
1 parent 48c2c58 commit 5d87eb5
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 7 deletions.
Binary file modified test/lib/linter/rules/snapshots/NoDeprecatedApi.ts.snap
Binary file not shown.
9 changes: 8 additions & 1 deletion test/lib/linter/snapshots/linter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -1350,6 +1350,13 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down
55 changes: 49 additions & 6 deletions test/lib/snapshots/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -244,6 +244,13 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down Expand Up @@ -637,7 +644,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -648,6 +655,13 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down Expand Up @@ -1114,7 +1128,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -1125,6 +1139,14 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
messageDetails: 'Migrate to \'data-sap-ui-animation-mode\' attribute AnimationMode (https://ui5.sap.com/1.120/#/api/module:sap/ui/core/AnimationMode)',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down Expand Up @@ -1645,7 +1667,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -1656,6 +1678,13 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down Expand Up @@ -2049,7 +2078,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -2060,6 +2089,13 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down Expand Up @@ -2453,7 +2489,7 @@ Generated by [AVA](https://avajs.dev).
},
{
coverageInfo: [],
errorCount: 0,
errorCount: 1,
fatalErrorCount: 0,
filePath: 'webapp/test/integration/opaTests.qunit.html',
messages: [
Expand All @@ -2464,6 +2500,13 @@ Generated by [AVA](https://avajs.dev).
ruleId: 'no-deprecated-api',
severity: 1,
},
{
column: 4,
line: 17,
message: 'Bootstrap parameter \'data-sap-ui-animation\' should be replaced with data-sap-ui-animation-mode',
ruleId: 'no-deprecated-api',
severity: 2,
},
{
column: 4,
line: 18,
Expand Down
Binary file modified test/lib/snapshots/index.ts.snap
Binary file not shown.

0 comments on commit 5d87eb5

Please sign in to comment.