abaplint: enable parser_702_chaining rule (#4121)

This commit is contained in:
Lars Hvam 2020-11-02 14:51:47 +01:00 committed by GitHub
parent f6cd2e12bd
commit bda8280ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -72,6 +72,7 @@
"globalMacros": []
},
"rules": {
"parser_702_chaining": true,
"sy_modification": false,
"call_transaction_authority_check": true,
"function_module_recommendations": false,

View File

@ -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"
}