You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renumbered G-7240 to G-7250 to avoid conflict. G-7240 used to be "Avoid using an IN OUT parameter as IN or OUT only", but that was removed and replaced with G-7160/G-7170. Then rule "Never use RETURN in package initialization block" was created as a new G-7240, which is bad re-use of a Guideline ID. This is now fixed by renumbering to G-7250.
Copy file name to clipboardExpand all lines: docs/9-appendix/appendix.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ n/a | 7170 | Avoid using an IN OUT parameter as IN or OUT only. | Major | | 
102
102
65 | 7210 | Try to keep your packages small. Include only few procedures and functions that are used in the same context. | Minor | | ✘ | ✘ | | | | |
103
103
66 | 7220 | Always use forward declaration for private functions and procedures. | Minor | ✘ | | | | | | |
104
104
67 | 7230 | Avoid declaring global variables public. | Major | | | | | ✘ | | |
105
-
68 | 7240 | Never use RETURN in package initialization block. | Minor | | | ✘ | | | | |
105
+
n/a | 7250 | Never use RETURN in package initialization block. | Minor | | | ✘ | | | | |
106
106
69 | 7310 | Avoid standalone procedures – put your procedures in packages. | Minor | | | ✘ | | | | |
107
107
70 | 7320 | Avoid using RETURN statements in a PROCEDURE. | Major | | | ✘ | | | | | ✘
108
108
n/a | 7330 | Always assign values to OUT parameters. | Major | | | ✘ | | | | | ✘
0 commit comments