Skip to content

Commit 108a1f9

Browse files
authored
update lint
1 parent 7afefbc commit 108a1f9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ export default defineConfig({
158158
] },
159159
{ text: 'Technical Background', collapsed : "false" , link: '/advanced/insights/insights' , items: [
160160
{ text: 'General', link: '/advanced/insights/insights' },
161+
{ text: 'abaplint', link: '/advanced/insights/abaplint' },
161162
{ text: 'open-abap', link: '/advanced/insights/open_abap' },
162163
]
163164
},

docs/advanced/insights/abaplint.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# abaplint
2+
3+
The project is static code checked with [abaplint.](https://abaplint.app/) Check out the configuration [here.](https://github.com/abap2UI5/abap2UI5/blob/main/ci/abaplint/abaplint.jsonc)
4+
5+
All statistics are available on the abalint dashboard [here.](https://github.com/abap2UI5/abap2UI5/blob/main/ci/abaplint/abaplint.jsonc)
6+

0 commit comments

Comments
 (0)