Skip to content

Commit 121bcd3

Browse files
authored
update
1 parent 71e1be9 commit 121bcd3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/advanced/insights/linting.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ outline: [2, 4]
55

66
The frontend JS code and the backend abap code are static code checked with every PR.
77

8-
### Backend - abaplint
8+
### abaplint
99

1010
The project uses [abaplint](https://abaplint.app/) for static code analysis, ensuring code quality and adherence to ABAP best practices.
1111

@@ -15,6 +15,9 @@ You can review the project-specific abaplint configuration [here.](https://githu
1515
#### Dashboard
1616
All statistics and results from the abaplint analysis are available on the abaplint dashboard [here.](https://abaplint.app/stats/abap2UI5/abap2UI5)
1717

18-
### Frontend - ui5lint
18+
### ui5lint
1919

20-
The project uses the [ui5linter]((https://github.com/SAP/ui5-linter)) for static code analysis of frontend artifacts. The linter checks for issues such as deprecated API usage and ensures compatibility with UI5 2.x. The default configuration is applied.
20+
The project uses the [ui5linter]((https://github.com/SAP/ui5-linter)) for static code analysis of frontend artifacts. The linter checks for issues such as deprecated API usage and ensures compatibility with UI5 2.x.
21+
22+
#### Configuration
23+
The default configuration is applied.

0 commit comments

Comments
 (0)