aosapps / drone-sonar-plugin

The plugin of Drone CI to integrate with SonarQube (previously called Sonar), which is an open source code quality management platform.
MIT License
30 stars 51 forks source link

Should be able to analyze default sonar projects #5

Closed NickCarton closed 4 years ago

NickCarton commented 5 years ago

Version 1.0 of drone-sonar-plugin does not support

I believe that by default, this plugin should support the following project types as listed on the sonarqube web page: ABAP Apex C/C++ C# CSS COBOL Flex Go HTML Java JavaScript Kotlin Objective-C PL/SQL PL/I PHP Python RPG Ruby Scala Swift T-SQL TypeScript VB.NET VB6 XML

saitho commented 4 years ago

The latest version of sonar-scanner is 4.2.0.1873. I think upgrading to that would enable support for the mentioned languages.