mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
a68cbbd5ce
commit
65c9b5c717
|
@ -73,6 +73,8 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"identical_descriptions": false,
|
||||
"modify_only_own_db_tables": false,
|
||||
"no_yoda_conditions": false,
|
||||
"select_add_order_by": false,
|
||||
"dangerous_statement": false,
|
||||
|
@ -337,6 +339,7 @@
|
|||
"divide": true,
|
||||
"fieldSymbolStructure": true,
|
||||
"requested": true,
|
||||
"pack": true,
|
||||
"setExtended": true,
|
||||
"withHeaderLine": true,
|
||||
"occurs": true,
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.71.5",
|
||||
"@abaplint/cli": "^2.73.1",
|
||||
"@abaplint/transpiler-cli": "^1.2.24",
|
||||
"@abaplint/runtime": "^1.2.24",
|
||||
"abapmerge": "^0.14.3",
|
||||
|
|
Loading…
Reference in New Issue
Block a user