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.
1 parent f83cd1f commit 7b6e57eCopy full SHA for 7b6e57e
src/y_check_prefer_insert_into.clas.abap
@@ -21,7 +21,7 @@ CLASS y_check_prefer_insert_into IMPLEMENTATION.
21
settings-pseudo_comment = '"#EC PREF_INSERT_INT' ##NO_TEXT.
22
settings-disable_threshold_selection = abap_true.
23
settings-threshold = 0.
24
- settings-documentation = |{ c_docs_path-checks }prefer-insert-into.md|.
+ settings-documentation = |{ c_docs_path-checks }prefer-insert-into-to-append.md|.
25
26
set_check_message( 'Prefer INSERT INTO TABLE to APPEND TO.' ).
27
0 commit comments