softwaremill / scala-clippy

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

Clippy fails behind proxy #49

Open jackcviers opened 7 years ago

jackcviers commented 7 years ago

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 to: Remote host closed connection during handshake

nonsleepr commented 5 years ago

Here's a workaround I used to overcome the problem for now:

mkdir ~/.clippy
curl -s https://www.scala-clippy.org/api/advices > ~/.clippy/clippy.json.gz