abap2UI5/abaplint-downport.jsonc
Lars Hvam 9ee7cb6f7b add transpiler setup running unit tests (#195)
* add transpiler setup

* definitions top

* comment unit step
2023-06-15 16:23:16 +00:00

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
}
}