Skip to content

Releases: gretard/sonar-ps-plugin

0.5.3

01 Dec 07:25
Compare
Choose a tag to compare

Updated rules.

0.5.2 version

03 Jul 12:53
7c97a7b
Compare
Choose a tag to compare

Updated rules.

0.5.1 version

06 Sep 11:26
Compare
Choose a tag to compare

Contains fixes for #26 . Plugin is compatible with SonarQube 9+ version.

0.5.0 version

05 Aug 20:47
Compare
Choose a tag to compare

Contains:

  • Various code updates to support Java 11 and SonarQube 6.7.7+.
  • New property sonar.ps.external.rules.skip property to skip reporting of particular issues.

Tested on Java 8 and 11 using SonarQube 7.9.1.

0.4.0 version

10 Mar 10:35
Compare
Choose a tag to compare

This release contains:

  • Performance updates for tokenizer sensor
  • Updated PSScriptAnalyzer rules to report more issues

0.3.2 version

19 Feb 19:25
Compare
Choose a tag to compare

This release contains:

  • Fix for scanning lots of files by @moerketh
  • New feature reporting number of lines of code and comment lines metrics
  • Updated PSScriptAnalyzer rules to report more issues :)

0.3.1 version

25 Sep 16:52
Compare
Choose a tag to compare
0.3.1 version Pre-release
Pre-release

Contains various fixes for code highlighting.

0.3.0 version

08 Aug 18:43
Compare
Choose a tag to compare

This version contains:

  • Small code fixes
  • Cyclomatic and cognitive complexity measures
  • Additional settings allowing to change path to powershell executable (sonar.ps.executable) and ability to skip sensors in general (sonar.ps.plugin.skip)

Plugin now works only with Sonarqube 6.3+ version.

0.2.2 version

08 Jul 14:23
Compare
Choose a tag to compare

This version contains:

  • Rules updates, so that now plugin reports code violations from PSScriptAnalyzer 1.17.1

0.2.0 version

30 Nov 18:19
Compare
Choose a tag to compare

This version contains:

  • Added ability to override file extensions which will be detected as Powershell language files by setting sonar.ps.file.suffixes setting