Releases: gretard/sonar-ps-plugin
Releases · gretard/sonar-ps-plugin
0.5.3
0.5.2 version
Updated rules.
0.5.1 version
Contains fixes for #26 . Plugin is compatible with SonarQube 9+ version.
0.5.0 version
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
This release contains:
- Performance updates for tokenizer sensor
- Updated PSScriptAnalyzer rules to report more issues
0.3.2 version
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
Contains various fixes for code highlighting.
0.3.0 version
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
This version contains:
- Rules updates, so that now plugin reports code violations from PSScriptAnalyzer 1.17.1
0.2.0 version
This version contains:
- Added ability to override file extensions which will be detected as Powershell language files by setting sonar.ps.file.suffixes setting