SonarQube Quality Profile active rules acount not consistent

Template for a good bug report, formatted with Markdown:

versions used (SonarQube, Scanner, Plugin, and any relevant extension)

Developer Edition Version 7.9.1 (build 27448)

error observed (wrap logs/code around triple quote ``` for proper formatting)

Quality Profiles / Python, Sonar Way (Build-in) has 26 active rules, while some place (right side) shows 66 actives rules? Is this a bug?
_thumb_202225

When create an new profile use build-in-profile as parent, the active rule increase to “35” automatically

steps to reproduce

Click any Sonar way build-in quality profile

potential workaround

None

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

What a tiny screenshot! :mag:

Sounds like the issue could come from your Elasticsearch index. You might try –

  1. Stopping your SonarQube Instance
  2. Delete the data/es6 folder from your SonarQube install directory
  3. Start your SonarQube Instance

It works! Thank you!