mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
34 lines
805 B
Plaintext
34 lines
805 B
Plaintext
{
|
|
"global": {
|
|
"files": "/../../src/**/*.*"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
|
|
"folder": "/deps",
|
|
"files": "/src/**/*.*"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"version": "v750",
|
|
"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
|
|
}
|
|
}
|
|
|