sonar-r-plugin
sonar-r-plugin copied to clipboard
Adds support for R language into SonarQube. It uses output from lintr tool which is processed by the plugin and uploaded into SonarQube server.
Bumps [org.sonarsource.sonarqube:sonar-plugin-api](https://github.com/SonarSource/sonarqube) from 6.7 to 7.5. Commits cb851ba Release 7.5 f122aef SONAR-11405 Upgrade code analyzers to latest released versions 68930d0 SONAR-11403 Embed SonarScala in all SonarQube editions b45880c SONAR-9919 obfuscate...
Hi, is this plugin still maintained? If so, when can we expect a new release?
Hi there, I've noticed https://github.com/Merck/sonar-r-plugin/commit/bfffd7bec344e756c7231ace9eda4d151c7bace2 appears to include a fix for issue I've hit when using latest 0.2.2 Release when trying to run from Azure DevOps. ``` ##[error]ERROR: Error during...
The plugin is able to find and lint source files, but not able to find test files: ``` ERROR: Not able to find a InputFile with R/tests/testthat.R ``` However, in...
Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
I have set up a workflow to analyze R code in Jenkins, the result is sometimes different, the same code can lead to opposite build results. What is the exception...
Hello, Are there any plans to extend this plugin to accept R covr coverage reports, and or unit test results reports in the generic sonarqube xml format? This would add...
How can i run sonar-r-plugin in windows?