update to latest abaplint (#2172)

* latest abaplint

* latest abaplint
This commit is contained in:
Lars Hvam 2018-12-02 09:06:31 +01:00 committed by GitHub
parent f2970abc2a
commit cc6907a8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View File

@ -1,5 +1,8 @@
{
"version": "v702",
"global": {
"version": "v702",
"skipGeneratedGatewayClasses": true
},
"rules": {
"7bit_ascii": {
"enabled": true
@ -35,7 +38,15 @@
"ignoreExceptions": true
},
"obsolete_statement": {
"enabled": true
"enabled": true,
"refresh": true,
"compute": true,
"add": true,
"subtract": true,
"multiply": true,
"move": true,
"divide": true,
"requested": true
},
"start_at_tab": {
"enabled": true
@ -64,14 +75,15 @@
"depth": 5
},
"keywords_upper": {
"enabled": true
"enabled": true,
"ignoreExceptions": true
},
"cloud_types": {
"enabled": true
},
"method_length": {
"enabled": true,
"statements": 180
"statements": 100
},
"mix_returning": {
"enabled": true

View File

@ -11,6 +11,6 @@
},
"devDependencies": {
"abapmerge": "^0.11.0",
"abaplint": "^1.4.0"
"abaplint": "^1.5.0"
}
}