mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 23:06:30 +08:00

* Update abaplint.jsonc * Rename abaplint-steampunk.jsonc to abaplint-abap_cloud_readiness.jsonc * Rename abaplint-steampunk_readiness.jsonc to abaplint-abap_cloud_readiness.jsonc * Update abaplint-app.json * Update abaplint-app.json
34 lines
720 B
Plaintext
34 lines
720 B
Plaintext
{
|
|
"global": {
|
|
"files": "/src/**/*.*"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"url": "https://github.com/abapedia/steampunk-2302-api",
|
|
"folder": "/deps",
|
|
"files": "/src/**/*.*"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"version": "Cloud",
|
|
"errorNamespace": "."
|
|
},
|
|
"rules": {
|
|
"begin_end_names": true,
|
|
"cds_parser_error": true,
|
|
"check_ddic": true,
|
|
"strict_sql": true,
|
|
"sql_escape_host_variables": true,
|
|
"check_include": true,
|
|
"check_syntax": true,
|
|
"cloud_types": true,
|
|
"global_class": true,
|
|
"implement_methods": true,
|
|
"method_implemented_twice": true,
|
|
"parser_error": true,
|
|
"superclass_final": true,
|
|
"unknown_types": true,
|
|
"xml_consistency": true
|
|
}
|
|
}
|