sonar-ps-plugin
sonar-ps-plugin copied to clipboard
Powershell language plugin for SonarQube
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'...