Skip to content

Commit 6f9de31

Browse files
authored
update
1 parent e517b1c commit 6f9de31

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default defineConfig({
160160
] },
161161
{ text: 'Technical Background', collapsed : "false" , link: '/advanced/insights/insights' , items: [
162162
{ text: 'General', link: '/advanced/insights/insights' },
163-
{ text: 'abaplint', link: '/advanced/insights/abaplint' },
163+
{ text: 'Linting', link: '/advanced/insights/linting' },
164164
{ text: 'open-abap', link: '/advanced/insights/open_abap' },
165165
]
166166
},
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
---
22
outline: [2, 4]
33
---
4-
# abaplint
4+
# Linting
5+
6+
The frontend JS code and the backend abap code are static code checked with every PR.
7+
8+
### Backend - abaplint
59

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

8-
### Configuration
12+
#### Configuration
913
You can review the project-specific abaplint configuration [here.](https://github.com/abap2UI5/abap2UI5/blob/main/ci/abaplint/abaplint.jsonc)
1014

11-
### Dashboard
15+
#### Dashboard
1216
All statistics and results from the abaplint analysis are available on the abaplint dashboard [here.](https://abaplint.app/stats/abap2UI5/abap2UI5)
1317

18+
### Frontend - ui5lint
19+
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.

0 commit comments

Comments
 (0)