update to latest abaplint (#2135)

* update to latest abaplint

* Update abaplint.json

* keywords upper case
This commit is contained in:
Lars Hvam 2018-11-23 12:31:44 +01:00 committed by GitHub
parent 158d54aceb
commit 17b33c1693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -59,6 +59,13 @@
"breakpoint": {
"enabled": true
},
"nesting": {
"enabled": true,
"depth": 5
},
"keywords_upper": {
"enabled": true
},
"cloud_types": {
"enabled": true
},
@ -97,4 +104,3 @@
}
}
}

View File

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

View File

@ -504,7 +504,7 @@ CLASS ZCL_ABAPGIT_ZIP IMPLEMENTATION.
ENDLOOP.
DELETE rt_files WHERE filename is initial.
DELETE rt_files WHERE filename IS INITIAL.
normalize_path( CHANGING ct_files = rt_files ).