update to latest abaplint (#2829)

* update to latest abaplint

* Update package.json
This commit is contained in:
Lars Hvam 2019-08-02 01:32:14 -07:00 committed by GitHub
parent cd87c97be7
commit 88a5b4cd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -17,7 +17,9 @@
"define": false,
"endselect": true,
"execSQL": true,
"kernelCall": true
"kernelCall": true,
"communication": true,
"statics": false
},
"breakpoint": {
"enabled": true,
@ -25,7 +27,8 @@
},
"check_variables": {
"enabled": false,
"exclude": []
"exclude": ["zcl_abapgit_ecatt"],
"errorNamespace": "^(Z|Y)"
},
"class_attribute_names": {
"enabled": true,
@ -219,7 +222,7 @@
"doma": "^Z",
"msag": "^Z",
"tran": "^Z",
"enqu": "^Z",
"enqu": "^EZ",
"auth": "^Z",
"pinf": "^Z"
},
@ -284,7 +287,7 @@
},
"superclass_final": {
"enabled": false,
"exclude": []
"exclude": ["zcl_abapgit_ecatt"]
},
"tabl_enhancement_category": {
"enabled": true,

View File

@ -13,7 +13,7 @@
"url": "git+https://github.com/larshp/abapGit.git"
},
"devDependencies": {
"abaplint": "^1.5.0",
"abaplint": "^1.7.13",
"abapmerge": "^0.11.5",
"eslint": "^5.11.1"
}