src-d / lookout-sdk

SDK for lookout analyzers
Apache License 2.0
4 stars 11 forks source link

Insecure connection by default #67

Closed smacker closed 5 years ago

smacker commented 5 years ago

Fix: #52

Python already open insecure connection by default: https://github.com/src-d/lookout-sdk/blob/master/python/lookout/sdk/grpc.py#L13

Go updated.

Doc for python add_insecure_port was placed in a wrong place in README (it has nothing to do with data server)