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, "omit_receiving": true,
"unused_methods": true, "unused_methods": true,
"identical_contents": false, "identical_contents": false,
"many_parenthesis": true, "many_parentheses": true,
"prefer_xsdbool": true, "prefer_xsdbool": true,
"prefer_is_not": false, "prefer_is_not": false,
"use_bool_expression": true, "use_bool_expression": true,
@ -279,6 +279,7 @@
"message_exists": false, "message_exists": false,
"method_length": { "method_length": {
"statements": 100, "statements": 100,
"checkForms": true,
"ignoreTestClasses": false, "ignoreTestClasses": false,
"errorWhenEmpty": false "errorWhenEmpty": false
}, },
@ -325,6 +326,8 @@
"add": true, "add": true,
"selectWithoutInto": true, "selectWithoutInto": true,
"ranges": true, "ranges": true,
"callTransformation": true,
"sortByFS": true,
"subtract": true, "subtract": true,
"freeMemory": true, "freeMemory": true,
"exitFromSQL": true, "exitFromSQL": true,

View File

@ -18,7 +18,7 @@
"url": "git+https://github.com/abapGit/abapGit.git" "url": "git+https://github.com/abapGit/abapGit.git"
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.76.15", "@abaplint/cli": "^2.77.2",
"@abaplint/transpiler-cli": "^1.6.13", "@abaplint/transpiler-cli": "^1.6.13",
"@abaplint/runtime": "^1.6.13", "@abaplint/runtime": "^1.6.13",
"abapmerge": "^0.14.3", "abapmerge": "^0.14.3",