gjd6640 / sonar-text-plugin

A free and open-source plugin for SonarSource's Sonarqube product that lets you create rules to flag issues in text files.
Apache License 2.0
23 stars 4 forks source link

Sonar scanner warning #14

Open ebbygeorge opened 5 years ago

ebbygeorge commented 5 years ago

When running sonar-scanner (sonar-text) plug-in I'm getting below warning messages. The sonarqube is working fine as expected but still getting warning messages as below

sonar-scanner.bat : WARN: Property 'sonar-text-plugin.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. At line:1 char:1 sonar-scanner.bat -D sonar.host.url='http://xxx-xx.x.xxxxx'

  • CategoryInfo : NotSpecified: (WARN: Property ...uld be updated.:String) [], RemoteException
  • FullyQualifiedErrorId : NativeCommandError WARN: Metric 'comment_lines_data' is deprecated. Provided value is ignored.

This message happens when latest plug-in was installed in SonarQube server

When I checked the latest release of the plug-in, I can see it an alpha version. Can we expect a stable release any time soon?

leojosefm commented 5 years ago

Same issue with Sonarqube 7.7.. Are there any pending releases soon?

gjd6640 commented 5 years ago

No releases are pending soon. I’ve heard no other concerns about the alpha release so I’d expect it to work for you. Those warnings are just deprecation notices so shouldn’t cause a problem until future major versions of Sonarqube.