I'm using Eclipse with sonar lint and a remote sonar server.
I have configured a custom quality profile which I have defined as Default in sonarqube.
In eclipse I only configured the sonar server, but no project binding.
The last months everything works fine and I had the correct rule set in eclipse.
But now I see, that it seems that sonar lint only retreived the sonar way profile. Not my own. Only If I add a specific project binding, my custom profile is used. Can me someone explain what changed here? Which profile does sonarline use when no project binding is configured? Maybe someone had updated the sonar server and the current version always returs the sonar way?
But currently my custom profile is the default profile in sonar.
For me it is not possible to define a project binding to all of my eclipse projects because I have lots of them and not all are configured in sonar. But I whant to have the local checks for all of them.