mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update npm deps, update abaplint configuration to latest (#4628)
* update deps * update abaplint config * update to latest * upd * upd
This commit is contained in:
parent
a1cc7f8668
commit
a5856a04c7
|
@ -73,6 +73,11 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"no_yoda_conditions": false,
|
||||
"select_add_order_by": false,
|
||||
"dangerous_statement": false,
|
||||
"db_operation_in_loop": false,
|
||||
"select_performance": false,
|
||||
"max_one_method_parameter_per_line": true,
|
||||
"prefer_raise_exception_new": true,
|
||||
"use_class_based_exceptions": true,
|
||||
|
@ -182,11 +187,6 @@
|
|||
"ambiguous_statement": true,
|
||||
"avoid_use": {
|
||||
"define": true,
|
||||
"endselect": true,
|
||||
"execSQL": true,
|
||||
"kernelCall": true,
|
||||
"communication": true,
|
||||
"systemCall": true,
|
||||
"defaultKey": false,
|
||||
"describeLines": true,
|
||||
"break": true,
|
||||
|
@ -330,6 +330,7 @@
|
|||
"ranges": true,
|
||||
"subtract": true,
|
||||
"multiply": true,
|
||||
"communication": true,
|
||||
"typePools": true,
|
||||
"load": true,
|
||||
"move": true,
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.69.10",
|
||||
"@abaplint/transpiler-cli": "^1.2.21",
|
||||
"@abaplint/runtime": "^1.2.21",
|
||||
"@abaplint/cli": "^2.71.2",
|
||||
"@abaplint/transpiler-cli": "^1.2.23",
|
||||
"@abaplint/runtime": "^1.2.23",
|
||||
"abapmerge": "^0.14.3",
|
||||
"eslint": "^7.21.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user