dead_code_analyzer icon indicating copy to clipboard operation
dead_code_analyzer copied to clipboard

Ignore deprecated values

Open SkySkimmer opened this issue 8 years ago • 1 comments

I found this useful when trying to run the analyser on coq/coq.

SkySkimmer avatar Dec 01 '17 13:12 SkySkimmer

I can see cases where this is useful, but I think this should be controlled by some command-line flag. One might want to mark some function as being deprecated within a project, incrementally get rid of it, but then finally actually remove the function : in such a scenario, one want the analyzer to report such function even if deprecated.

alainfrisch avatar Dec 01 '17 17:12 alainfrisch