Connected to SonarCloud or SonarQube (and which version): 9.9
And a thorough description of the problem / question:
I want to retrieve the sonarqube historical error/issues through sonarlint. Is there any possibility to use the sonarlint as dependency in the my own plugin implementation.
I don’t think Sonarlint would really help you here. Sonarlint detects issues in the code while you’re working in the IDE. If you’re trying to do some reporting, I suggest using the Web API.