Tim Zhlobich
Tim Zhlobich
Looks like https://github.com/gradle/gradle doesn't use special JVM args at all. And everybody is happy with it.
Have a look at #388
@pmpfr Why these types? It could be `s"$blah{StringRepr(x)}blah"` for any primitive.
> If you are questioning why I exclude Float, Double and Char Yes. "Natural" representation is a vague thing. On the one hand, any type has a standard one, which...
In my opinion, it is absolutely normal to disable the wart in this case. Also see #242
@ChrisNeveu @puffnfresh What do you think?
As I see it, a separate config file will make `build.sbt` less overloaded, decouple project's configuration, make wartremover more intuitive for some users, maybe.
Ah, ok. For example, `wartremover.conf`: ``` warts { error = [Throw, Return] warning = While } files.exclude = "src/test" ``` and in `build.sbt`: `wartremoverConfig := "wartremover.conf"`