Luis Miguel Mejía Suárez
Luis Miguel Mejía Suárez
I can confirm that it fixes #6596
I agree it would make sense to keep a similar format. On sonar we would need: + Filename _(Including the package or the folder hierarchy)_. + Issue identifier. + Line...
Sorry for adding more salt to the wound, but I just found that **sbt-tpolecat** also causes problems with **metals** / **semanticdb**; where this plugin ends up removing the required `scalac`...
I am not quite sure this is a good idea... _(the same goes for #142)_ IMHO, tests in general break a lot of common rules like literal values and code...
Hi @carlspring sorry if you already read my last response, didn't get your problem at first. Had you already tried only setting the properties on the root level only? The...
Can you please try this? ``` sonar.projectName=sonar-scala-gradle-multi-module sonar.projectKey=examples:sonar-scala-gradle-multi-module sonar.projectVersion=1.0-SNAPSHOT sonar.sources=src/main/scala sonar.tests=src/test/scala sonar.sourceEncoding=UTF-8 sonar.scala.version=2.12 sonar.scala.scoverage.reportPath=build/reports/scoverage/scoverage.xml sonar.scala.scapegoat.reportPath=build/reports/scapegoat/scapegoat.xml sonar.modules=module1,module2 module1.sonar.projectName=Module 1 module2.sonar.projectName=Module 2 ```
> "My impression (please confirm, or correct me) is that the sonar-scanner is now a thing of the past and should only be used as a last resort, if your...
The following table summarize the differences between the `filenames` in the **Scoverage** report with the ones returned by **SonarQube**. filename sbt mvn gradle Scoverage packagePrefix / filename.scala packagePrefix / filename.scala...
Hi @bdarmawan, at the moment this plugin does not support windows. See #65.