Skip to content

Commit

Permalink
fix: adapt snoar and create a dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Mar 13, 2024
1 parent 16a3907 commit 64f9e69
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sonar.organization=sap-1
sonar.projectKey=SAP_ui5-language-assistant
sonar.sources=.
sonar.inclusions=**/*.ts
sonar.exclusions=**/*.test.ts, **/test/**/*
sonar.cpd.exclusions=**/i18n.ts, **/*.test.ts, **/test/**/*
sonar.exclusions=**/*.test.ts, **/test/**/*, **/test-packages/**/*
sonar.cpd.exclusions=**/i18n.ts, **/*.test.ts, **/test/**/*, **/test-packages/**/*
sonar.tests=.
sonar.test.inclusions=**/*.test.ts
sonar.javascript.lcov.reportPaths=packages/binding/reports/test/unit/coverage/lcov.info, \
Expand Down
3 changes: 2 additions & 1 deletion test-packages/test-utils/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ export type TestModelVersion =
| "1.84.41"
| "1.96.27"
| "1.108.26"
| "1.114.11";
| "1.114.11"
| "1.114.12";

/**
* Return a UI5SemanticModel for the specified version.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const libraryFixes: Record<TestModelVersion, Record<string, LibraryFix[]>> = {
},
"1.108.26": {},
"1.114.11": {},
"1.114.12": {},
};

function fixLibraries(
Expand Down

0 comments on commit 64f9e69

Please sign in to comment.