When you want to deploy your own Linter, running git submodule update --init --recursivedoesn't work because the URL of the modules are git@github.com:SpaceApi/... instead of the public URL https://github.com/SpaceApi/.
It's a very minor issue, but prevents out of the box deployment.
Hello,
When you want to deploy your own Linter, running
git submodule update --init --recursive
doesn't work because the URL of the modules aregit@github.com:SpaceApi/...
instead of the public URLhttps://github.com/SpaceApi/
.It's a very minor issue, but prevents out of the box deployment.
Cheers :)