PyLint Rules missing from 8.5 Enterprise

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube EE 8.5
    Python Built in Plugin
  • what are you trying to achieve
    We are trying to upgrade two sonarqube EE instances from 8.1 / 8.4 to 8.5

Upon upgrading we identified that all the PyLint Rules are missing.
Rules available on sonarqube 8.1 and 8.4 : rules-py_pre_upgrade.txt (10.4 KB)
Rules available on sonarqube 8.5 post upgrade : rules-py_Post_Upgrade.txt (4.3 KB)

List of the missing rules : Missing-rules-py.txt (8.3 KB)

Any Idea what can cause this?

Hi @amitkumar2283,

In the version of the Python analyzer that shipped with SonarQube 8.5, PyLint issues are now imported as external issues rather than being built in to the analysis. More details in the tickets linked from this release note ticket.

Regards,

Cameron.

Thanks for the response. Makes it much clear

You’re welcome :smiley:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.