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 73d306a commit b21bb84Copy full SHA for b21bb84
docs/check_documentation.md
@@ -45,6 +45,7 @@
45
- [Prefer CASE to ELSEIF](checks/prefer-case-to-elseif.md)
46
- [Prefer RETURNING to EXPORTING](checks/prefer-returning-to-exporting.md)
47
- [Prefer IS NOT to NOT IS](checks/prefer-is-not-to-not-is.md)
48
+- [Prefer INSERT INTO TABLE to APPEND TO](checks/prefer-insert-into-to-append.md)
49
- [Prefer LINE_EXISTS or LINE_INDEX to READ TABLE or LOOP AT](checks/prefer-line-exists.md)
50
- [Prefer NEW to CREATE OBJECT](checks/prefer-new-to-create-object.md)
51
- [Prefer Pragmas to Pseudo Comments](checks/prefer-pragmas-to-pseudo-comments.md)
0 commit comments