We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d723fff + 8605e88 commit c7abed1Copy full SHA for c7abed1
src/checks/y_check_cx_root_usage.clas.abap
@@ -25,7 +25,7 @@ CLASS y_check_cx_root_usage IMPLEMENTATION.
25
settings-pseudo_comment = '"#EC NEED_CX_ROOT' ##NO_TEXT.
26
settings-disable_threshold_selection = abap_true.
27
settings-threshold = 0.
28
- settings-documentation = |{ c_docs_path-checks }cx_root_usage.md|.
+ settings-documentation = |{ c_docs_path-checks }cx-root-usage.md|.
29
30
set_check_message( 'CX_ROOT should not be used!' ).
31
ENDMETHOD.
0 commit comments