mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
update to latest abaplint (#2829)
* update to latest abaplint * Update package.json
This commit is contained in:
parent
cd87c97be7
commit
88a5b4cd50
|
@ -17,7 +17,9 @@
|
||||||
"define": false,
|
"define": false,
|
||||||
"endselect": true,
|
"endselect": true,
|
||||||
"execSQL": true,
|
"execSQL": true,
|
||||||
"kernelCall": true
|
"kernelCall": true,
|
||||||
|
"communication": true,
|
||||||
|
"statics": false
|
||||||
},
|
},
|
||||||
"breakpoint": {
|
"breakpoint": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
@ -25,7 +27,8 @@
|
||||||
},
|
},
|
||||||
"check_variables": {
|
"check_variables": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"exclude": []
|
"exclude": ["zcl_abapgit_ecatt"],
|
||||||
|
"errorNamespace": "^(Z|Y)"
|
||||||
},
|
},
|
||||||
"class_attribute_names": {
|
"class_attribute_names": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
@ -219,7 +222,7 @@
|
||||||
"doma": "^Z",
|
"doma": "^Z",
|
||||||
"msag": "^Z",
|
"msag": "^Z",
|
||||||
"tran": "^Z",
|
"tran": "^Z",
|
||||||
"enqu": "^Z",
|
"enqu": "^EZ",
|
||||||
"auth": "^Z",
|
"auth": "^Z",
|
||||||
"pinf": "^Z"
|
"pinf": "^Z"
|
||||||
},
|
},
|
||||||
|
@ -284,7 +287,7 @@
|
||||||
},
|
},
|
||||||
"superclass_final": {
|
"superclass_final": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"exclude": []
|
"exclude": ["zcl_abapgit_ecatt"]
|
||||||
},
|
},
|
||||||
"tabl_enhancement_category": {
|
"tabl_enhancement_category": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"url": "git+https://github.com/larshp/abapGit.git"
|
"url": "git+https://github.com/larshp/abapGit.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"abaplint": "^1.5.0",
|
"abaplint": "^1.7.13",
|
||||||
"abapmerge": "^0.11.5",
|
"abapmerge": "^0.11.5",
|
||||||
"eslint": "^5.11.1"
|
"eslint": "^5.11.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user