Is there a pre commit hook for SonarLint Eclipse?

Hi. Is there any similar solution for Eclipse IDE?

Hi,

Long time ago we developed a feature in SonarLint Eclipse to analyze files having local modifications:


This is based on SCM APIs in Eclipse, so it has some limitations.

Also, it will analyze the entire files, so it may report issues that were not introduced by the recent changes. We never received any feedback on this feature, so it was hard to decide if we should improve it, or simply drop it…