]> source.dussan.org Git - sonarqube.git/commitdiff
DOC add SONARPY-339 to upgrade notes
authornicolas-harraudeau-sonarsource <40498978+nicolas-harraudeau-sonarsource@users.noreply.github.com>
Thu, 27 Jun 2019 08:53:38 +0000 (10:53 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:56 +0000 (08:45 +0200)
server/sonar-docs/src/pages/setup/upgrade-notes.md

index 500e6fb03babbce25a3801273f124ee5778d0c08..5dd0fbd53a9cfc8f7b57ff758453bf955f43db39 100644 (file)
@@ -10,8 +10,12 @@ SonarQube no longer supports MySQL. To migrate from MySQL to a supported databas
 **Java 11 Required**  
 The SonarQube server now requires Java 11. Analyses may continue to use Java 8 if necessary.
 
+**Pylint should be run manually**  
+Running Pylint automatically during python analysis has been deprecated, and is broken in this version on Windows. If needed, Pylint must be run ahead of time and the resulting report passed in to analysis. This [will be fixed](https://jira.sonarsource.com/browse/SONARPY-339) in a future version of SonarPython.
+
 [Full Release Notes](https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14945)
 
+
 ## Release 7.8 Upgrade Notes
 **MySQL Deprecation and Migration**  
 This is the last version that will support MySQL. To migrate from MySQL to a supported database, see the free [MySQL Migrator tool](https://github.com/SonarSource/mysql-migrator).