0

Unable to update data from server
'sonarqube server url'
Error 400 on
sonarqube server url/api/rules/search.protobuf?f=repo,name,severity,lang,htmlDesc,htmlNote,internalKey,isTemplate,templateKey,actives&statuses=BETA,DEPRECATED,READY&p=21&ps=500: Can return only the first 10000 results. 10500th result asked.

agabrys
  • 8,728
  • 3
  • 35
  • 73

1 Answers1

0

SonarLint cannot download full components list because you have too many of them. It could occur when you use Community Edition and scan all branches of your projects. You have 3 options:

  • buy at least Developer edition which keeps all branches together and reduces the number of components
  • delete automatically projects which wasn't analyzed for last X days (old branches)
  • you can manually set the key of the project (this error blocks the possibility to bind projects automatically, but you still can do it by your own)
agabrys
  • 8,728
  • 3
  • 35
  • 73