You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 SonarQube plugin declaring this
property should be updated.
It looks like this is the line that triggers the warning:
We are seeing this message in our scans since upgrading to SonarQube 10.6:
It looks like this is the line that triggers the warning:
sonar-ps-plugin/sonar-ps-plugin/src/main/java/org/sonar/plugins/powershell/PowershellLanguage.java
Line 22 in 446e715
We are not sure if 10.6 introduced the problem; it could just be a coincidence that we noticed it after our upgrade.
This PR should fix the problem:
#33
The text was updated successfully, but these errors were encountered: