Home
Track comments matching a regular expression
Rule description
- Track comments matching a regular expression
Non-compliant Code Example
/*
* Review Comments
*/
BEGIN
NULL; --REVIEW --Non compliant code (Tracked comment matching expression)
END;