update abaplint to latest (#4917)

This commit is contained in:
Lars Hvam 2021-08-30 07:31:44 +02:00 committed by GitHub
parent 5f6b5a73c8
commit 1b091a5241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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,

View File

@ -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",