mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
abaplint: enable parser_702_chaining rule (#4121)
This commit is contained in:
parent
f6cd2e12bd
commit
bda8280ba0
|
@ -72,6 +72,7 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"parser_702_chaining": true,
|
||||
"sy_modification": false,
|
||||
"call_transaction_authority_check": true,
|
||||
"function_module_recommendations": false,
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.58.27",
|
||||
"@abaplint/cli": "^2.59.0",
|
||||
"abapmerge": "^0.14.1",
|
||||
"eslint": "^7.12.1"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user