tetebueno
tetebueno
Sure, here's the filter file: ```xml ``` And here are some logs of the CI job that executes the `sonar:sonar` Maven goal: ```console $ mvn $MAVEN_CLI_OPTS sonar:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_LOGIN_TOKEN -Dsonar.findbugs.excludesFilters=spotbugs-exclude.xml...
You are right, we only use it for FindSec bugs. In fact, this is our `include` file: ```xml ``` Do you think I should ping the specific project?
Sorry for the delay, a lot of things going on at work. We just revisited this (now with plugin version `4.2.3`, since it was updated earlier this year) and I...
Ok, an update: code smells seem to be affected correctly by the include/exclude files... The "security hotspots" are the ones that are not being affected by these config files. Is...
That's exactly how it looks. It turned out to be as simple as adding the `SuppressWarning` annotation on top of the method: ```java @SuppressWarning("squid:S4502") // That's the ID using the...
You are very welcome. Done with DCO, thanks. Is there anything else besides [this](https://github.com/nextcloud/maps/pull/1231/files#diff-1e9219122ae9190e4bb16b6f373272412fdbb5d599ba78bd7480c5672ae45aa8R62) so the path parameter is optional? I believe it already is since help command displays it...
I believe that, in order to support this, one would have to mess with the [fast forward button](https://github.com/jellyfin/jellyfin-web/blob/master/src/components/playback/playbackmanager.js#L3621) of the web player and the [Chromecast app](https://github.com/jellyfin/jellyfin-chromecast/blob/master/src/index.html) to add the "carusel"...
I'm in for testing.
Still waiting for an answer but, in case anyone bumped into this, as workaround, we're executing: ```console $ mvn package docker:build ``` With the default Maven project packaging (`jar`) and...
How about this fork that's being mentioned in project's issues?: https://github.com/vladmandic/face-api