Skip to content

Commit

Permalink
docs: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Günter Klatt <[email protected]>
  • Loading branch information
matz3 and KlattG authored Dec 9, 2024
1 parent fd6836e commit 5d28da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ UI5 linter scans your UI5 project and detects issues that might interfere with i

UI5 linter comes with a set of predefined rules that are enabled by default. You can disable specific rules in the code via [Directives](#directives).

A list of all available rules can be found in the [Rules](./docs/Rules.md) page.
A list of all available rules can be found on the [Rules](./docs/Rules.md) page.

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions docs/Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## async-component-flags

Checks whether a Component is configured for asynchronous loading by implementing `sap.ui.core.IAsyncContentCreation` interface in the Component metadata or setting the `async` flags in the `manifest.json`.
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**
- [Use Asynchronous Loading](https://ui5.sap.com/#/topic/676b636446c94eada183b1218a824717)
Expand All @@ -24,7 +24,7 @@ Checks whether a Component is configured for asynchronous loading by implementin

## csp-unsafe-inline-script

Checks whether inline scripts are used in HTML files. This supports Content Security Policy (CSP) best practices.
Checks whether inline scripts are used in HTML files in accordance with Content Security Policy (CSP) best practices.

**Related information**
- [Content Security Policy](https://ui5.sap.com/#/topic/fe1a6dba940e479fb7c3bc753f92b28c)
Expand Down

0 comments on commit 5d28da8

Please sign in to comment.