Closed clement-brodu closed 6 months ago
Documentation is wrong, the correct directive is {&_proparse_ prolint-nowarn(statement_order)}
.
This code sample doesn't raise any issue:
RUN foo.p.
{&_proparse_ prolint-nowarn(statement_order)}
PROCEDURE proc1:
// Content
END PROCEDURE.
RUN bar.p. // Non-compliant
PROCEDURE proc2:
// Content
END PROCEDURE.
Documentation has been updated.
Hello,
Versions:
The suppress preprocess does not have effect for StatementOrder rules.
I tried to write the suppress statement everywhere but it does not work: