From f7c5cf92c6afaa34e4ac54c93fee4fb5b8345574 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Tue, 3 Mar 2020 17:47:57 +0100 Subject: [PATCH] XUnit tomasbjerre/violations-lib#84 --- README.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f54763a..4fac8af 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_SwiftLint_](https://github.com/realm/SwiftLint) | `CHECKSTYLE` | With `--reporter checkstyle`. | [_TSLint_](https://palantir.github.io/tslint/usage/cli/) | `CHECKSTYLE` | With `-t checkstyle` | [_XMLLint_](http://xmlsoft.org/xmllint.html) | `XMLLINT` | +| [_XUnit_](https://xunit.net/) | `XUNIT` | | [_YAMLLint_](https://yamllint.readthedocs.io/en/stable/index.html) | `YAMLLINT` | With `-f parsable` | [_ZPTLint_](https://pypi.python.org/pypi/zptlint) | `ZPTLINT` | diff --git a/build.gradle b/build.gradle index 4f9b094..6543ecb 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ apply from: project.buildscript.classLoader.getResource('violations.gradle').toU dependencies { compile 'se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:1.14' - compile 'se.bjurr.violations:violations-lib:1.110' + compile 'se.bjurr.violations:violations-lib:1.111' compile 'se.softhouse:jargo:0.1.1' compile 'org.slf4j:slf4j-simple:1.8.0-beta2' }