Skip to content

SonarPython 3.15.0.9787

Compare
Choose a tag to compare
@nils-werner-sonarsource nils-werner-sonarsource released this 10 Jun 15:14
· 1017 commits to master since this release
4fbf8ba
    Release Notes - SonarPython - Version 3.15

New Feature

  • [SONARPY-1020] - Update analyzer to Java 11
  • [SONARPY-1023] - Add support for SonarLint quick fixes in the Python analyzer
  • [SONARPY-1024] - Add quick fixes for S5799 (ImplicitStringConcatenationCheck)
  • [SONARPY-1025] - Add quick fix for S5719 (InstanceAndClassMethodsAtLeastOnePositionalCheck)
  • [SONARPY-1027] - Add quick fix for S1940 (BooleanCheckNotInvertedCheck)
  • [SONARPY-1029] - Add quick fixes for S5717 (ModifiedParameterValueCheck)
  • [SONARPY-1030] - Add quick fixes for S2710 (ClassMethodFirstArgumentNameCheck)
  • [SONARPY-1031] - Add quick fix for S1854 (DeadStoreCheck)
  • [SONARPY-1032] - Add quick fix for S3923 (AllBranchesAreIdenticalCheck)
  • [SONARPY-1034] - Add verifier support for testing quick-fixes