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

* refactoring * Update .abapgit.xml * Create abaplint-downport.jsonc * Delete linter/abaplint-downport.jsonc
14 lines
300 B
JSON
14 lines
300 B
JSON
{
|
|
"configurations": {
|
|
"default": {
|
|
"filename": "./abaplint.jsonc"
|
|
},
|
|
"abap_standard_readiness": {
|
|
"filename": "./linter/abaplint-standard_abap_readiness.jsonc"
|
|
},
|
|
"abap_cloud_readiness": {
|
|
"filename": "./linter/abaplint-abap_cloud_readiness.jsonc"
|
|
}
|
|
}
|
|
}
|