Your analysis with ID "AXXzo645Uj1iz4k3VvAY" has failed: your number of lines exceeds your organization plan

Template for a good bug report, formatted with Markdown:

  • versions used (SonarQube, Scanner, Plugin, and any relevant extension)
  • error observed (wrap logs/code around triple quote ``` for proper formatting)
  • steps to reproduce
  • potential workaround

P.S.: use the #bug:fault sub-category if you’re hitting a specific crash/error , or the #bug:fp sub-category for rules-related behaviour

Anyone facing this issue ?

Hello @santhoshtricon,

The template when you create a post is actually to describe those points, please use them next time.

The error message seems pretty explicit: your number of lines exceeds your organization plan.
The analysis could not be done as it would have exceeded your current max LOC allowed.

Your solutions are either to increase your plan (https://sonarcloud.io/pricing) or remove some other projects to make room for this one.

Cheers

Thank you @Antonie , We have increased our plan and code analysis is happening . we are able to see it in the activity tab . But still it gives this error message.

Any update on this?