sbt-sonar icon indicating copy to clipboard operation
sbt-sonar copied to clipboard

An sbt plugin which provides an easy way to integrate Scala projects with SonarQube.

Results 26 sbt-sonar issues
Sort by recently updated
recently updated
newest added

In a Scala project, it is common to have also Java code, in addition to Javascript and other languages. Analyze also Java code.

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 2.7.5 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v2.7.5...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

This is to enable publishing of valid POMs alongside the currently invalid ones for SBT. This will enable the usage of sbt-sonar in enterprise environments where only 'valid POM' are...

I have: ``` addSbtPlugin("com.sonar-scala" % "sbt-sonar" % "2.3.0") ``` I have: ``` sonarProperties ++= Map( "sonar.host.url" -> "https://sonar.mydomain.com", "sonar.login" -> "admin", "sonar.password" -> "secret", ) subproject/sonarProperties ++= Map( "sonar.host.url" ->...

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.9 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.9...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from 3.9.7 to 3.9.13. [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/3.9.13) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](https://github.com/xerial/sbt-sonatype/compare/3.9.7...3.9.13) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [de.heikoseeberger:sbt-header](https://github.com/sbt/sbt-header) from 5.6.0 to 5.6.5. [GitHub Release Notes](https://github.com/sbt/sbt-header/releases/tag/v5.6.5) - [Version Diff](https://github.com/sbt/sbt-header/compare/v5.6.0...v5.6.5) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Seeing very strange error when running sonarqube in CI, not clear what could be causing it. ran this command in CI: ``` sbt -Dsonar.pullrequest.branch=${GITHUB_REF#refs/heads/} -Dsonar.pullrequest.key=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH") -Dsonar.pullrequest.base="main" -Dsonar.login="$SONAR_CI_TOKEN"...

Updates com.geirsson:sbt-ci-release from 1.5.7 to 1.5.10. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from 2.4.2 to 2.4.6. [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.4.6) - [Version Diff](https://github.com/scalameta/sbt-scalafmt/compare/v2.4.2...v2.4.6) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...