We have a lot of plug-ins in our Eclipse project and we still want one quality profile for most of them. For maintenance reasons we did bind each plug-in to the same SonarQube project (xxx), so that we can batch update them if needed. But still, for each plug-in I get:
Check for updates from server 'sonarxx' for project 'yy'
On project 'yy':
- Quality profiles configuration changed
I would assume that once a quality profile is downloaded, SonarLint can apply it to all projects bound to that profile.