Home
Track uses of TODO tags
Rule description
- Track uses of TODO tags
Non-compliant Code Example
function string TestFunctionCall (string cnt)
//TODO test comments //Non compliant code
return cnt;
end function
Rule description
Non-compliant Code Example
function string TestFunctionCall (string cnt)
//TODO test comments //Non compliant code
return cnt;
end function