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