Checks whether a Component is configured for asynchronous loading via the sap.ui.core.IAsyncContentCreation
interface in the Component metadata or via async
flags in the manifest.json
.
Related information
Checks whether inline scripts are used in HTML files in accordance with Content Security Policy (CSP) best practices.
Related information
Checks whether deprecated APIs, features or parameters are used in the project.
Related information
Checks for dependencies to deprecated components in manifest.json
.
Related information
Checks whether the renderer of a control is declared correctly.
Checks for dependencies to deprecated libraries in manifest.json
and ui5.yaml
.
Related information
Checks for usage of deprecated themes in the code and HTML files.
Related information
Checks for the usage of global variables in the code.
Related information
Checks for dependencies to pseudo modules in the code.
Related information
Syntax/parsing errors that appear during the linting process are reported with this rule.
Checks whether the declaration of UI5 classes is correct. This rule only applies to TypeScript code where built-in ECMAScript classes are used instead of an .extend()
call.