lint all files

This commit is contained in:
Lars Hvam 2018-12-26 13:29:22 +01:00
parent d3e75796ab
commit 80f285b57a

View File

@ -1,10 +1,10 @@
{ {
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"pretest": "abaplint --version && abaplint \"src/**/*.abap\"", "pretest": "abaplint --version && abaplint \"src/**/*.*\"",
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap", "test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
"_disabled_posttest": "abaplint zabapgit.abap", "_disabled_posttest": "abaplint zabapgit.abap",
"lint": "node_modules/.bin/abaplint \"src/**/*.abap\"" "lint": "abaplint \"src/**/*.*\""
}, },
"repository": { "repository": {
"type": "git", "type": "git",