diff --git a/abaplint.json b/abaplint.json index 2f185fd9b..a55f932d1 100644 --- a/abaplint.json +++ b/abaplint.json @@ -1,6 +1,6 @@ { "global": { - "version": "v702", + "files": "/src/**/*.*", "skipGeneratedGatewayClasses": true, "skipGeneratedPersistentClasses": true, "skipGeneratedFunctionGroups": true, @@ -14,6 +14,7 @@ } ], "syntax": { + "version": "v702", "errorNamespace": "^(Z|Y)", "globalConstants": [ "abap_func_exporting", diff --git a/package.json b/package.json index 7ed98c6cc..4c414cfbc 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "license": "MIT", "scripts": { - "pretest": "abaplint --version && abaplint \"src/**/*.*\"", + "pretest": "abaplint --version && abaplint", "test": "npm run eslint", "posttest": "abapmerge src/zabapgit.prog.abap > zabapgit.abap", "_disabled_posttest": "abaplint zabapgit.abap", - "lint": "abaplint \"src/**/*.*\"", + "lint": "abaplint", "eslint": "eslint src" }, "repository": { @@ -13,7 +13,7 @@ "url": "git+https://github.com/larshp/abapGit.git" }, "devDependencies": { - "abaplint": "^1.7.23", + "abaplint": "^2.0.0", "abapmerge": "^0.11.5", "eslint": "^5.11.1" }