Jonathan Cucuzza
Jonathan Cucuzza
I'm using docker-compose, what has worked for me is http://host.docker.internal:8080
Still wondering ...
The example shown in the [gitlab guide](https://remal.gitlab.io/gradle-plugins/plugins/name.remal.sonarlint/) for `1.5.0` looks like this in `3.4.3`. `1.5.0 (old)` ```java sonarlint { ignoreFailures = false excludes { message 'java:S1214' message 'kotlin:S100' message 'xml:S125'...
> Dependency is not missing. Somebody started to use newer version of yarn (as seen in `package.json` - `packageManager` is `[email protected]` and they use workspaces) > > So.. weird combination...
I had a similar issue and was able to resolve it by creating a new private key on my github app and updating my code to use it.