Mykola Rybak
Mykola Rybak
## Bug description The exception is thrown on the initial import of the [Full Stack Web App with Kotlin Multiplatform](https://github.com/kotlin-hands-on/jvm-js-fullstack) hands-on example. ## Environment - detekt Idea Version: 1.21.0-RC1 -...
When installed into SonarQube 10.4, community-branch-plugin fails with ``` Caused by: java.lang.NoSuchMethodError: 'io.jsonwebtoken.JwtBuilder io.jsonwebtoken.JwtBuilder.setExpiration(java.util.Date)' at com.github.mc1arke.sonarqube.plugin.almclient.github.v3.RestApplicationAuthenticationProvider.getInstallationToken(RestApplicationAuthenticationProvider.java:81) at com.github.mc1arke.sonarqube.plugin.almclient.github.DefaultGithubClientFactory.createClient(DefaultGithubClientFactory.java:56) at com.github.mc1arke.sonarqube.plugin.server.pullrequest.validator.GithubValidator.validate(GithubValidator.java:43) at com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.binding.action.ValidateBindingAction.validateProject(ValidateBindingAction.java:73) at com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.binding.action.ValidateBindingAction.lambda$handleProjectRequest$0(ValidateBindingAction.java:58) at java.base/java.util.Optional.ifPresent(Unknown Source) at com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.binding.action.ValidateBindingAction.handleProjectRequest(ValidateBindingAction.java:58) at...
# Description It seems like the https://github.com/mc1arke/sonarqube-community-branch-plugin/pull/884 change has affected minimization of comments for SonarQube instances that run on Linux or macOS. The root cause is that `MarkdownFormatterFactory` uses `System.lineSeparator()`...
# Description When attempting to analyze a GitHub PR that targets another PR's branch, analysis fails with an error like ``` No branch exists in Sonarqube with the name central-email-rate-limit...
SimpleCov reports that don't execute any tests targeting some file include 0 for all lines of that file. If another chunk of tests does cover that file, the "proper" report...
Replace eager task registration via `TaskContainer.create()` with lazy registration via `TaskContainer.register()`. Motivation: analyzing a build scan, I've noticed that my build had 2 tasks created immediately. Those turned out to...