Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plugin properties to declare them as multi-values property #57

Closed
ianwilliams1 opened this issue Jun 25, 2021 · 0 comments
Closed

Comments

@ianwilliams1
Copy link

ianwilliams1 commented Jun 25, 2021

SonarQube LTS 8.9.0
sonar-groovy-plugin-1.7

Plugin is throwing the following WARNING:

WARN: Property 'sonar.groovy.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.

As a result of SonarQube plugin API change, I believe file:
sonar-groovy-plugin/src/main/java/org/sonar/plugins/groovy/GroovyPlugin.java
needs to be updated to include: .multiValues(true)

See similar change for dotnet plugin.
And similar change for Cxx-plugin

This warning is an annoyance as it's an issue thrown by SonarQube in relation to the plugin, yet is displayed to the users who have no idea what it's about.

@TobiX TobiX closed this as completed in 5400aaa Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant