Create abaplint-app.json

This commit is contained in:
oblomov-dev 2025-02-03 14:31:00 +01:00 committed by GitHub
parent 810f220003
commit a6491e032e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
abaplint-app.json Normal file
View File

@ -0,0 +1,13 @@
{
"configurations": {
"default": {
"filename": "./ci/abaplint/abaplint.jsonc"
},
"abap_standard_readiness": {
"filename": "./ci/abaplint/abap_standard_check.jsonc"
},
"abap_cloud_readiness": {
"filename": "./ci/abaplint/abap_cloud_check.jsonc"
}
}
}