mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update abaplint to latest (#4917)
This commit is contained in:
parent
5f6b5a73c8
commit
1b091a5241
|
@ -84,7 +84,7 @@
|
|||
"omit_receiving": true,
|
||||
"unused_methods": true,
|
||||
"identical_contents": false,
|
||||
"many_parenthesis": true,
|
||||
"many_parentheses": true,
|
||||
"prefer_xsdbool": true,
|
||||
"prefer_is_not": false,
|
||||
"use_bool_expression": true,
|
||||
|
@ -279,6 +279,7 @@
|
|||
"message_exists": false,
|
||||
"method_length": {
|
||||
"statements": 100,
|
||||
"checkForms": true,
|
||||
"ignoreTestClasses": false,
|
||||
"errorWhenEmpty": false
|
||||
},
|
||||
|
@ -325,6 +326,8 @@
|
|||
"add": true,
|
||||
"selectWithoutInto": true,
|
||||
"ranges": true,
|
||||
"callTransformation": true,
|
||||
"sortByFS": true,
|
||||
"subtract": true,
|
||||
"freeMemory": true,
|
||||
"exitFromSQL": true,
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.76.15",
|
||||
"@abaplint/cli": "^2.77.2",
|
||||
"@abaplint/transpiler-cli": "^1.6.13",
|
||||
"@abaplint/runtime": "^1.6.13",
|
||||
"abapmerge": "^0.14.3",
|
||||
|
|
Loading…
Reference in New Issue
Block a user