Luis Miguel Mejía Suárez
Luis Miguel Mejía Suárez
# Reproducing steps Using the latest `0.23` **SNAPSHOT** version _(`0.23.14-39-b99efba-SNAPSHOT`)_ and the following code: ```scala import cats.effect.{IO, IOApp, Resource} import fs2.Stream import fs2.io.net.tls.TLSContext import org.http4s._ import org.http4s.dsl.Http4sDsl import com.comcast.ip4s._ import...
## Reproduction steps Using Scala `2.13.4` having the following in a file called `test.scala` ```scala object foo { trait Bar { /** Returns a new [[Bar]]. */ def f: Bar...
Hello, I am getting a funny behavior with comments at the end of a line. For example, consider this: ```scala mdoc:compile-only // a val a = 10 val b =...
Currently **cats** provides a `Monoid` instance for `Function0` & `Function1`: https://github.com/typelevel/cats/blob/main/kernel/src/main/scala/cats/kernel/instances/FunctionInstances.scala#L109 While these are very useful, it is not uncommon in **Scala** to have functions of higher arities like `Function2`....
Probably don't add too much value _(therefore not so priority)_. But is somewhat sad not having it. By looking at [this](http://javadocs.sonarsource.org/6.7.4/apidocs/org/sonar/api/batch/sensor/highlighting/NewHighlighting.html). It seems that is not so difficult to add...
The plugin should work if an analysis is executed from a Windows machine. For now the only blocker for this is the Scoverage module, more precisely the filename matching process....
[Here](https://github.com/mwz/sonar-scala/pull/63#discussion_r189096289) is a summary of the changes made to the process, changes that end up with a tricky process to make the match. This issue will server as a place...
Related to #152 This issue will serve to discuss the strategy we will apply to migrate the plugin from the module level scan we had been using until now, to...
See [this](https://sonar.sonar-scala.com/issues?resolved=false) The idea is to address all those errors, or at least the majority of them. For the moment I will wait until @mwz update the sonar rules and...
Related to #178 It may be worth to add a `readOnlyTransact` which is basically `transact` but setting / overriding the transaction config to have `AccessMode.Read`. However, IMHO, it only makes...