From ba8ca533c8ada71bfcb65de29c446011fab4f473 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Sat, 30 Dec 2017 11:27:45 +0100 Subject: [PATCH] Doc --- CHANGELOG.md | 9 +++++++++ README.md | 27 ++++++++++++++++++--------- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b418cb0..abd2e462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ Changelog of Violations lib. +## 1.48 +### No issue + +**Limiting width of report messages** + + +[0f4c1919ccf1ae3](https://github.com/tomasbjerre/violations-lib/commit/0f4c1919ccf1ae3) Tomas Bjerre *2017-12-25 16:02:22* + + ## 1.47 ### No issue diff --git a/README.md b/README.md index 174c657a..dcac53c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Violations Lib [![Build Status](https://travis-ci.org/tomasbjerre/violations-lib.svg?branch=master)](https://travis-ci.org/tomasbjerre/violations-lib) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violations-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violations-lib) [ ![Bintray](https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolations-lib/images/download.svg) ](https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolations-lib/_latestVersion) +'# Violations Lib [![Build Status](https://travis-ci.org/tomasbjerre/violations-lib.svg?branch=master)](https://travis-ci.org/tomasbjerre/violations-lib) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violations-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violations-lib) [ ![Bintray](https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolations-lib/images/download.svg) ](https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.violations%3Aviolations-lib/_latestVersion) This is a Java library for parsing report files from static code analysis. @@ -58,17 +58,26 @@ Very easy to use with a nice builder pattern .violations(); ``` -It is used by: +The library is used in a bunch of other projects, these are some of them. + +Gradle: * [Violation Comments to GitHub Gradle Plugin](https://github.com/tomasbjerre/violation-comments-to-github-gradle-plugin). + * [Violation Comments to GitLab Gradle Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-gradle-plugin). + * [Violations Gradle Plugin](https://github.com/tomasbjerre/violations-gradle-plugin). + +Maven: * [Violation Comments to GitHub Maven Plugin](https://github.com/tomasbjerre/violation-comments-to-github-maven-plugin). + * [Violation Comments to GitLab Maven Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin). + * [Violations Maven Plugin](https://github.com/tomasbjerre/violations-maven-plugin). + +Jenkins: * [Violation Comments to GitHub Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-github-plugin). - * [Violation Comments to GitHub Lib](https://github.com/tomasbjerre/violation-comments-to-github-lib). + * [Violation Comments to GitLab Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-gitlab-plugin). * [Violation Comments to Bitbucket Server Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-stash-plugin). - * [Violation Comments to Bitbucket Server Lib](https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-lib). + +And these supporting libraries: + * [Violation Comments to GitHub Lib](https://github.com/tomasbjerre/violation-comments-to-github-lib). * [Violation Comments to GitLab Lib](https://github.com/tomasbjerre/violation-comments-to-gitlab-lib). - * [Violation Comments to GitLab Gradle Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-gradle-plugin). - * [Violation Comments to GitLab Maven Plugin](https://github.com/tomasbjerre/violation-comments-to-gitlab-maven-plugin). - * [Violation Comments to GitLab Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-gitlab-plugin). + * [Violation Comments to Bitbucket Server Lib](https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-lib). * [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib). - * [Violations Gradle Plugin](https://github.com/tomasbjerre/violations-gradle-plugin). - * [Violations Maven Plugin](https://github.com/tomasbjerre/violations-maven-plugin). + * [Violations Git Lib](https://github.com/tomasbjerre/violations-git-lib).