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