diff --git a/src/linter/ui5Types/asyncComponentFlags.ts b/src/linter/ui5Types/asyncComponentFlags.ts index 7af2c5ee..e39d3b8a 100644 --- a/src/linter/ui5Types/asyncComponentFlags.ts +++ b/src/linter/ui5Types/asyncComponentFlags.ts @@ -371,8 +371,8 @@ function reportResults({ severity: LintMessageSeverity.Warning, ruleId: "ui5-linter-async-component-flags", message: `Component implements the sap.ui.core.IAsyncContentCreation interface. ` + - `The redundant "async" flag at "${pointerKey}" should be removed ` + ` - from the component manifest`, + `The redundant "async" flag at "${pointerKey}" should be removed ` + + `from the component manifest`, messageDetails: `{@link sap.ui.core.IAsyncContentCreation sap.ui.core.IAsyncContentCreation}`, ...posInfo, });