mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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,
|
||||
"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,
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user