update abaplint to latest (#4662)

* update abaplint to latest

* upd
This commit is contained in:
Lars Hvam 2021-03-24 12:53:50 +01:00 committed by GitHub
parent a68cbbd5ce
commit 65c9b5c717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -73,6 +73,8 @@
"globalMacros": [] "globalMacros": []
}, },
"rules": { "rules": {
"identical_descriptions": false,
"modify_only_own_db_tables": false,
"no_yoda_conditions": false, "no_yoda_conditions": false,
"select_add_order_by": false, "select_add_order_by": false,
"dangerous_statement": false, "dangerous_statement": false,
@ -337,6 +339,7 @@
"divide": true, "divide": true,
"fieldSymbolStructure": true, "fieldSymbolStructure": true,
"requested": true, "requested": true,
"pack": true,
"setExtended": true, "setExtended": true,
"withHeaderLine": true, "withHeaderLine": true,
"occurs": true, "occurs": true,

View File

@ -17,7 +17,7 @@
"url": "git+https://github.com/abapGit/abapGit.git" "url": "git+https://github.com/abapGit/abapGit.git"
}, },
"devDependencies": { "devDependencies": {
"@abaplint/cli": "^2.71.5", "@abaplint/cli": "^2.73.1",
"@abaplint/transpiler-cli": "^1.2.24", "@abaplint/transpiler-cli": "^1.2.24",
"@abaplint/runtime": "^1.2.24", "@abaplint/runtime": "^1.2.24",
"abapmerge": "^0.14.3", "abapmerge": "^0.14.3",