scala-clippy
scala-clippy copied to clipboard
Good advice for Scala compiler errors
Would it be possible to get a release of clippy supporting Scala 2.13?
Unlike scala-library.jar, the scala compiler is not binary compatible between minor releases. Therefore, compiler plugins should in principle be released with full cross versioning, and a new release is needed...
I have `addSbtPlugin("com.softwaremill.clippy" % "plugin-sbt" % "0.6.0")` in my global SBT configuration. When running `sbt console` with that configuration, the tab-completion isn't working anymore.
Hey, love the plugin. Is there a setting for getting it to work through a proxy. Clippy fails at work with > [info] Unable to load/store local Clippy advice due...
Hi there, I really like the look of Clippy but I can see certain people not wanting to use it on closed-source projects for fear of accidentally disclosing various aspects...
I'm trying to use both Ensime and Clippy on the same machine, but they don't seem to enjoy each other's company 😅. I'm not sure whether to raise the issue...
I tried to use clippy together with scalacenter/scalafix in an SBT project. Somehow it rendered the scalafix tool almost useless, as it did not work anymore. See scalacenter/scalafix#592 The reason...
When using Clippy on my Mac I encountered an exception like below: ``` [info] Unable to load/store local Clippy advice due to: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to...
I added this to my dependencies: scalaCompilerPlugin 'com.softwaremill.clippy:plugin_2.11:0.5.1:bundle' I added this to my compile options: ```groovy tasks.withType(ScalaCompile) { // adds xgettext compiler plugin scalaCompileOptions.additionalParameters = [ '-Xplugin:' + configurations.scalaCompilerPlugin.asPath, '-P:xgettext:com.example.mycode.Translate',...
In many cases the **filename** and **line number** get lost in visual noise. Is it possible to highlight these (for example in bold print)?