Hi everyone,
I'm currently working on a relatively huge legacy project and, like others before me (see https://groups.google.com/forum/#!topic/sonarlint/5kCEze6CcoY ), I have to struggle with several dozens of issue markers in almost every class file we have, cluttering the marker bar and the editor view with warnings. It is often the case that those issues can only be addressed with significant code refactoring, which is not always practicable.
Our current workflow is therefore, to process Sonar issues (that are derived from company-wide rules) on a best-effort basis, and the IntelliJ built-in inspections, that are finely tuned for our project, more systematically.
A convenient option in Eclipse, is to delete the Sonar issue markers once the analysis results have been satisfyingly processed after an on-demand analysis, so we can focus ourselves on the others warnings.
Is it possible to do something similar in Intellij IDEA?
Thanks,
Jean