File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
"description" : " Learn how to code with abap2UI5." ,
6
6
"scripts" : {
7
7
"syfixes" : " find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + " ,
8
- "downport" : " abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc" ,
8
+ "abaplintpathfix" : " sed -i 's|\" files\" : \" /\\ .\\ .\\ /\\ .\\ .\\ /src\\ /\\ *\\ *\\ /\\ *\\ .\\ *\" |\" files\" : \" /src/**/*.*\" |g' abaplint.jsonc" ,
9
+ "downport" : " abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes && cp -f .github/abaplint/abap_702.jsonc abaplint.jsonc && npm run abaplintpathfix" ,
9
10
"init_downport" : " git clone --branch 702 https://github.com/abap2UI5/abap2UI5 && cp -r abap2UI5/src src" ,
10
11
"cleanup_downport" : " rm -rf abap2UI5 && rm -rf src/src"
11
12
},
You can’t perform that action at this time.
0 commit comments