mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
parent
a68cbbd5ce
commit
65c9b5c717
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user