diff --git a/package.json b/package.json index e3b2f2ae..9becc988 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "syfixes": "find . -type f -name '*.abap' -exec sed -i -e 's/ RAISE EXCEPTION TYPE cx_sy_itab_line_not_found/ ASSERT 1 = 0/g' {} + ", "downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes", - "js2abap": "node .github/app2string/trans2abap.js" + "js2abap": "node .github/app2string/trans2abap.js", + "auto_abaplint" : "npx abaplint .github/abaplint/abaplint_fix.jsonc --fix" }, "repository": { "type": "git", @@ -36,4 +37,4 @@ "dependencies": { "npm-check-updates": "^17.1.13" } - } \ No newline at end of file + }