Code analysis throws many warnings when compiling. We should be treating any code analysis issues as high-priority warnings that need to be addressed. If we choose to ignore a warning, it should be done in-line (not in a global suppression file) with a justification as to why the warning is being ignored.
Code analysis throws many warnings when compiling. We should be treating any code analysis issues as high-priority warnings that need to be addressed. If we choose to ignore a warning, it should be done in-line (not in a global suppression file) with a justification as to why the warning is being ignored.