mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
* Update abaplint.json * UDMO change compare operator
This commit is contained in:
parent
35393675e1
commit
0f7fb3658a
|
@ -226,7 +226,7 @@
|
|||
"exclude": []
|
||||
},
|
||||
"preferred_compare_operator": {
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"exclude": [],
|
||||
"badOperators": [
|
||||
"EQ",
|
||||
|
|
|
@ -504,7 +504,7 @@ CLASS ZCL_ABAPGIT_OBJECT_UDMO IMPLEMENTATION.
|
|||
ENDLOOP.
|
||||
|
||||
" You are reminded that long texts do not have to be in existence
|
||||
IF lines( lt_udmo_long_texts ) GT 0.
|
||||
IF lines( lt_udmo_long_texts ) > 0.
|
||||
io_xml->add( iv_name = 'UDMO_LONG_TEXTS'
|
||||
ig_data = lt_udmo_long_texts ).
|
||||
ENDIF.
|
||||
|
@ -558,7 +558,7 @@ CLASS ZCL_ABAPGIT_OBJECT_UDMO IMPLEMENTATION.
|
|||
ORDER BY sprache ASCENDING. "#EC CI_NOFIRST
|
||||
|
||||
" You are reminded that descriptions in other languages do not have to be in existence.
|
||||
IF lines( lt_udmo_texts ) GT 0.
|
||||
IF lines( lt_udmo_texts ) > 0.
|
||||
io_xml->add( iv_name = 'UDMO_TEXTS'
|
||||
ig_data = lt_udmo_texts ).
|
||||
ENDIF.
|
||||
|
|
Loading…
Reference in New Issue
Block a user