Skip to content

Commit

Permalink
Update abaplint-downport.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Aug 30, 2024
1 parent 74112dc commit a16d3dc
Showing 1 changed file with 33 additions and 28 deletions.
61 changes: 33 additions & 28 deletions ci/abaplint-downport.jsonc
Original file line number Diff line number Diff line change
@@ -1,31 +1,36 @@
{
"global": {
"files": "/../downport/**/*.*"
"global": {
"files": "/../downport/**/*.*"
},
"dependencies": [
{
"url": "https://github.com/abapedia/steampunk-2305-api",
"folder": "/deps",
"files": "/src/**/*.*"
},
"dependencies": [
{
"url": "https://github.com/abapedia/steampunk-2305-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
{
"url": "https://github.com/abap2UI5/abap2UI5-downport",
"folder": "/abap2UI5",
"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
}
}

0 comments on commit a16d3dc

Please sign in to comment.