softwaremill / scala-clippy

Good advice for Scala compiler errors
Apache License 2.0
312 stars 20 forks source link

Improve detection of project local advice #22

Closed ShaneDelmore closed 7 years ago

ShaneDelmore commented 7 years ago

I believe this PR does a better job of detecting local advice including situations like when running IntelliJ's standalone compiler that has a different working directory than the project root.

When I publishLocal I do get an error that json4s cannot be found but I also get that when I republish version 2.5 or 3.0 so this does not appear to be a new behavior.

kciesielski commented 7 years ago

Looks good, thanks @ShaneDelmore :)

adamw commented 7 years ago

0.3.1 released