mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
update to latest abaplint (#2135)
* update to latest abaplint * Update abaplint.json * keywords upper case
This commit is contained in:
parent
158d54aceb
commit
17b33c1693
|
@ -59,6 +59,13 @@
|
|||
"breakpoint": {
|
||||
"enabled": true
|
||||
},
|
||||
"nesting": {
|
||||
"enabled": true,
|
||||
"depth": 5
|
||||
},
|
||||
"keywords_upper": {
|
||||
"enabled": true
|
||||
},
|
||||
"cloud_types": {
|
||||
"enabled": true
|
||||
},
|
||||
|
@ -97,4 +104,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"abapmerge": "^0.11.0",
|
||||
"abaplint": "^1.3.5"
|
||||
"abaplint": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user