Remove inspection annotations on commit
Hi all,
Is it possible to let intellij remove the suppress inspection annotations when I commit my data to SVN? I'm not sure if this is possible considering updating etc. But maybe it is..
TiA
Alexander
Please sign in to leave a comment.
There's an inspection for suppression comments/annotations, which you could run before commit. I forget if there's a quickfix for removing them, but if not it's probably worth submitting a request for it.
--Dave Griffith
Hi,
Thx this is something, but maybe does someone else know if it is possible to do this inspection as quickfix before commit and so that my own source keep the annotation/comments?
Maybe I should submit a request for it.
Alexander
Ah, no I understand. No, that's not currently possible. You should submit a JIRA request
--Dave Griffith
Added a Jira request: http://www.jetbrains.net/jira/browse/IDEA-7809
Thx for the hints.