An open API service indexing awesome lists of open source software.

https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-lib

A library for commenting Bitbucket Cloud with violations from static code analyzer reports.
https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-lib

bitbucket-cloud static-code-analysis

Last synced: about 2 months ago
JSON representation

A library for commenting Bitbucket Cloud with violations from static code analyzer reports.

Awesome Lists containing this project

README

          

# Violation Comments to Bitbucket Cloud Lib
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-cloud-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-cloud-lib)

This is a library that adds violation comments from static code analysis to Bitbucket Cloud.

It uses [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib) and supports the same formats as [Violations Lib](https://github.com/tomasbjerre/violations-lib).

It uses Bitbucket Cloud API found [here](https://github.com/tomasbjerre/bitbucket-cloud-java-rest-api).

## Usage

This software can be used:

* From [Command Line](https://github.com/tomasbjerre/violation-comments-to-bitbucket-cloud-command-line)