Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

SonarQube Python 1.6 和 SonarQube PL/SQL 2.8 发布

$
0
0

SonarQube PL/SQL 2.8  发布,主要更新如下:

更多内容请看: release notes ;产品文档:product page

SonarQube Python 1.6发布,所有最新的Python语法功能现在支持:

更新列表:

bug

  • [SONARPY-101] - Analysis breaks when importing a coverage report containing windows paths and zero coverage switched on

  • [SONARPY-122] - Parsing error when using "*" in function parameter list

  • [SONARPY-138] - NPE in NeedlessPassCheck when "pass" is not nested

  • [SONARPY-150] - FP ExitHasBadArgumentsCheck: parameter with "*"

改进:

  • [SONARPY-124] - Add a warning in the log when coverage report is not found

  • [SONARPY-125] - Handle absolute path for coverage report path properties

  • [SONARPY-130] - False positive S2325: method raises NotImplementedError

  • [SONARPY-134] - Change the default mode for unit test result import

  • [SONARPY-136] - update issueManagement url in POM

  • [SONARPY-137] - update description in POM

  • [SONARPY-140] - Tune "Sonar way" quality profile

  • [SONARPY-149] - Do not save 0 for ncloc_data and comment_lines_data metrics

  • [SONARPY-154] - False Positive on rules considering nested class properties

  • [SONARPY-156] - Improve MethodShouldBeStaticCheck: ignore built-in methods

  • [SONARPY-157] - Update FunctionComplexity parameter default value to 20

  • [SONARPY-158] - Update NestedControlFlowDepthCheck parameter default value to 4

  • [SONARPY-159] - Update FunctionName and MethodName parameter default value to not limit max name length

  • [SONARPY-171] - Group plugin properties into subcategories

新特性

  • [SONARPY-129] - Support NOSONAR to ignore specific issues on the same line

  • [SONARPY-142] - Migrate plugin on SQ 5.6 LTS

  • [SONARPY-143] - Support issues with precise location

  • [SONARPY-144] - Raise issues with precise location for comments-related rules

  • [SONARPY-145] - Raise issues with precise location for flow-related rules

  • [SONARPY-146] - Raise issues with precise location for class- and function-related rules

  • [SONARPY-147] - Raise issues with precise location for bad-usage rules

  • [SONARPY-148] - Support new Python <=3.6 syntax

  • [SONARPY-163] - Highlight number literals

  • [SONARPY-164] - Highlight python docstring

Task

Sub-task

详细改进请看发行说明,可以通过更新中心进行更新或者安装,文档请看软件主页


Viewing all articles
Browse latest Browse all 44787

Trending Articles