diff --git a/abaplint-app.json b/abaplint-app.json new file mode 100644 index 00000000..6b63bc5d --- /dev/null +++ b/abaplint-app.json @@ -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" + } + } +}