sonar-ps-plugin icon indicating copy to clipboard operation
sonar-ps-plugin copied to clipboard

Powershell language plugin for SonarQube

Results 3 sonar-ps-plugin issues
Sort by recently updated
recently updated
newest added

We are seeing this message in our scans since upgrading to SonarQube 10.6: ``` WARN: Property 'sonar.ps.file.suffixes' is not declared as multi-values/property set but was read using 'getStringArray' method. The...

Hello! Thank you for this nice plugin. Would it be possible to add a couple of Rule Templates so we can add custom rules? For reference : https://docs.sonarsource.com/sonarqube/latest/user-guide/rules/overview/#rule-templates-and-custom-rules Thank you!

This resolves the warning that is emitted when analysing using the latest SonarQube 10.6 release: ``` WARN: Property 'sonar.ps.file.suffixes' is not declared as multi-values/property set but was read using 'getStringArray'...