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": []
|
"globalMacros": []
|
||||||
},
|
},
|
||||||
"rules": {
|
"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,
|
"max_one_method_parameter_per_line": true,
|
||||||
"prefer_raise_exception_new": true,
|
"prefer_raise_exception_new": true,
|
||||||
"use_class_based_exceptions": true,
|
"use_class_based_exceptions": true,
|
||||||
|
@ -182,11 +187,6 @@
|
||||||
"ambiguous_statement": true,
|
"ambiguous_statement": true,
|
||||||
"avoid_use": {
|
"avoid_use": {
|
||||||
"define": true,
|
"define": true,
|
||||||
"endselect": true,
|
|
||||||
"execSQL": true,
|
|
||||||
"kernelCall": true,
|
|
||||||
"communication": true,
|
|
||||||
"systemCall": true,
|
|
||||||
"defaultKey": false,
|
"defaultKey": false,
|
||||||
"describeLines": true,
|
"describeLines": true,
|
||||||
"break": true,
|
"break": true,
|
||||||
|
@ -330,6 +330,7 @@
|
||||||
"ranges": true,
|
"ranges": true,
|
||||||
"subtract": true,
|
"subtract": true,
|
||||||
"multiply": true,
|
"multiply": true,
|
||||||
|
"communication": true,
|
||||||
"typePools": true,
|
"typePools": true,
|
||||||
"load": true,
|
"load": true,
|
||||||
"move": true,
|
"move": true,
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
"url": "git+https://github.com/abapGit/abapGit.git"
|
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@abaplint/cli": "^2.69.10",
|
"@abaplint/cli": "^2.71.2",
|
||||||
"@abaplint/transpiler-cli": "^1.2.21",
|
"@abaplint/transpiler-cli": "^1.2.23",
|
||||||
"@abaplint/runtime": "^1.2.21",
|
"@abaplint/runtime": "^1.2.23",
|
||||||
"abapmerge": "^0.14.3",
|
"abapmerge": "^0.14.3",
|
||||||
"eslint": "^7.21.0"
|
"eslint": "^7.21.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user