mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
32 lines
657 B
Plaintext
32 lines
657 B
Plaintext
{
|
|
"global": {
|
|
"files": "/downport/**/*.*"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"url": "https://github.com/abapedia/steampunk-2302-api",
|
|
"folder": "/deps",
|
|
"files": "/src/**/*.*"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"version": "v702",
|
|
"errorNamespace": "."
|
|
},
|
|
"rules": {
|
|
"downport": true,
|
|
"begin_end_names": true,
|
|
"check_ddic": true,
|
|
"check_include": true,
|
|
"check_syntax": true,
|
|
"global_class": true,
|
|
"definitions_top": true,
|
|
"implement_methods": true,
|
|
"method_implemented_twice": true,
|
|
"parser_error": true,
|
|
"superclass_final": true,
|
|
"unknown_types": true,
|
|
"xml_consistency": true
|
|
}
|
|
}
|