Python Forum
SonarCloud, SonarQube support Python 3.8, add rules for method signature & visibility - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: SonarCloud, SonarQube support Python 3.8, add rules for method signature & visibility (/thread-25467.html)



SonarCloud, SonarQube support Python 3.8, add rules for method signature & visibility - ganncamp - Mar-31-2020

Hi all,

SonarSource is pleased to share that we now support Python 3.8 on SonarCloud. Support in SonarQube will be available in the upcoming 8.3 version (current E.T.A. 27 April 2020). We've also added rules for method signature and visibility.

Details here:
https://community.sonarsource.com/t/sonarcloud-scans-python-3-8-code-and-detects-mistakes-related-to-method-signature-and-visibility/22157

You can analyze OSS projects for free on sonarcloud.io. SonarQube Community Edition is free for all projects, with taint analysis added in commercial editions.


Ann