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
{{ message }}
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
G-7240: Avoid using an IN OUT parameter as IN or OUT only.
was removed and the following to guidelines were created:
G-7160: Always explicitly state parameter mode.
G-7170: Avoid using an IN OUT parameter as IN or OUT only.
G-7240 was based on G-68. The validator was implemented in the sense of G-7160 only. I therefore map the v2 based implementation (68) to the new v4 G-7160. It would be good to change the appendix accordingly.
As discussed in #81 it will be a challenge to implement a check for G-7170, because there is no reliable way to identify the necessary mode. Hence, it is not planned to implement G-7170 as check.