Validate before project analysis

I’m developing a plugin and need to do a validation before sonar analysis, is there any way I can do this? such as the PostJob interface that performs after the analysis

Hi,

You’ll have to do that validation outside of and … before analysis.

Ann