mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 21:24:54 +08:00

* abaplint setup * Update abaplint.jsonc * Update abaplint.jsonc * Update abaplint-app.json * Create abaplint-basic.jsonc * Update abaplint-app.json * Update abaplint-basic.jsonc
14 lines
265 B
JSON
14 lines
265 B
JSON
{
|
|
"configurations": {
|
|
"default": {
|
|
"filename": "./abaplint.jsonc"
|
|
},
|
|
"all_folder_min_check": {
|
|
"filename": "./abaplint-basic.jsonc"
|
|
},
|
|
"abap_cloud_readiness": {
|
|
"filename": "./abaplint-abap_cloud_readiness.jsonc"
|
|
}
|
|
}
|
|
}
|