set abaplint to 702

This commit is contained in:
larshp 2018-03-30 11:30:17 +00:00
parent 7a9bec815a
commit f3eacad11e

View File

@ -1,7 +1,7 @@
{
"license": "MIT",
"scripts": {
"pretest": "abaplint \"src/**/*.abap\"",
"pretest": "abaplint -a v702 \"src/**/*.abap\"",
"test": "abapmerge src/zabapgit.prog.abap > zabapgit.abap",
"_disabled_posttest": "abaplint zabapgit.abap"
},