scala-clippy icon indicating copy to clipboard operation
scala-clippy copied to clipboard

Clippy fails behind proxy

Open jackcviers opened this issue 8 years ago • 1 comments

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

jackcviers avatar Mar 15 '17 23:03 jackcviers

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

nonsleepr avatar Mar 13 '19 13:03 nonsleepr