All Projects → sonar-scala → sbt-sonar

sonar-scala / sbt-sonar

Licence: Apache-2.0 license
An sbt plugin which provides an easy way to integrate Scala projects with SonarQube.

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to sbt-sonar

sonar-scala
A free and open-source SonarQube plugin for static code analysis of Scala projects.
Stars: ✭ 113 (+82.26%)
Mutual labels:  quality, sonarqube, sonar, sonar-scala
Sonar Java
☕️ SonarSource Static Analyzer for Java Code Quality and Security
Stars: ✭ 745 (+1101.61%)
Mutual labels:  quality, analysis, sonarqube
Zpa
A parser and source code analyzer for PL/SQL and Oracle SQL.
Stars: ✭ 124 (+100%)
Mutual labels:  quality, analysis, sonarqube
sbt-findbugs
FindBugs static analysis plugin for sbt.
Stars: ✭ 47 (-24.19%)
Mutual labels:  sbt, analysis, sbt-plugin
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-62.9%)
Mutual labels:  quality, sonarqube
Sbt Dynver
An sbt plugin to dynamically set your version from git
Stars: ✭ 243 (+291.94%)
Mutual labels:  sbt, sbt-plugin
quality-requirements
Beispiele für Qualitätsanforderungen an Software (etwa: Zur Vereinfachung von ATAM-Analysen oder Quality-Driven Software Architecture)
Stars: ✭ 61 (-1.61%)
Mutual labels:  quality, analysis
Sonarondocker
🐳 📡 Docker way of running SonarQube + any DB
Stars: ✭ 25 (-59.68%)
Mutual labels:  quality, sonarqube
Sbt Crossproject
Cross-platform compilation support for sbt.
Stars: ✭ 176 (+183.87%)
Mutual labels:  sbt, sbt-plugin
tyrion
No description or website provided.
Stars: ✭ 83 (+33.87%)
Mutual labels:  quality, sonarqube
Pyreportcard
🚥 A report card for Python application
Stars: ✭ 90 (+45.16%)
Mutual labels:  quality, analysis
Sbt Fresh
sbt-plugin to create an opinionated fresh sbt project
Stars: ✭ 229 (+269.35%)
Mutual labels:  sbt, sbt-plugin
Sbt Tpolecat
scalac options for the enlightened
Stars: ✭ 227 (+266.13%)
Mutual labels:  sbt, sbt-plugin
Sbt Dependency Check
SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). 🌈
Stars: ✭ 187 (+201.61%)
Mutual labels:  sbt, sbt-plugin
Qualinsight Plugins Sonarqube Badges
Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
Stars: ✭ 108 (+74.19%)
Mutual labels:  quality, sonarqube
sbt-ghpages
git, site and ghpages support for sbt projects.
Stars: ✭ 94 (+51.61%)
Mutual labels:  sbt, sbt-plugin
sbt-babel
An SBT plugin to perform Babel compilation.
Stars: ✭ 12 (-80.65%)
Mutual labels:  sbt, sbt-plugin
Sbt Protobuf
sbt plugin for compiling protobuf files
Stars: ✭ 163 (+162.9%)
Mutual labels:  sbt, sbt-plugin
Sbt Docker Compose
Integrates Docker Compose functionality into sbt
Stars: ✭ 168 (+170.97%)
Mutual labels:  sbt, sbt-plugin
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (+54.84%)
Mutual labels:  quality, analysis

sbt-sonar

maven-badge gitter-badge

sbt-sonar is an sbt plugin, which provides an easy way to integrate Scala projects with SonarQube - a tool for continuous code inspection and quality management .

Under the hood, it uses the embedded sonar-scanner API library, which allows you to run SonarQube scan without the need to have the sonar-scanner executable installed in your environment.

This plugin is particularly useful for CI when used together with e.g. sbt-release plugin for an automated release process in your project, but it can be also used on its own.

Documentation

See the project website sonar-scala.com for documentation.

License

The project is licensed under the Apache License v2. See the LICENSE file for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].