In the .txt file, should I just put errors in individual lines like:
#Error Severity
autoVariables
returnAddressOfAutoVariable
returnLocalVariable
returnReference
returnTempReference
autovarInvalidDeallocation
returnAddressOfFunctionParameter
assignBoolToPointer
Thanks in advance
Last edit: Abhinaav Singh 2016-08-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the .txt file, should I just put errors in individual lines like:
#Error Severity
autoVariables
returnAddressOfAutoVariable
returnLocalVariable
returnReference
returnTempReference
autovarInvalidDeallocation
returnAddressOfFunctionParameter
assignBoolToPointer
Thanks in advance
Last edit: Abhinaav Singh 2016-08-24
Found the solution.
The above way works.
Also, can comment using '//'.