From 33deb95737e014d187bb36e501cf2272e82c99fb Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Tue, 7 Dec 2021 16:59:01 +0100 Subject: [PATCH] feat: more parsers --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3aac4..0a202ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Violation Comments To Bitbucket Cloud Command Line -[![Build Status](https://travis-ci.org/tomasbjerre/violation-comments-to-bitbucket-cloud-command-line.svg?branch=master)](https://travis-ci.org/tomasbjerre/violation-comments-to-bitbucket-cloud-command-line) [![NPM](https://img.shields.io/npm/v/violation-comments-to-bitbucket-cloud-command-line.svg?style=flat-square) ](https://www.npmjs.com/package/violation-comments-to-bitbucket-cloud-command-line) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-cloud-command-line/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.violations/violation-comments-to-bitbucket-cloud-command-line) @@ -110,6 +109,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_PyLint_](https://www.pylint.org/) | `PYLINT` | With `pylint --output-format=parseable`. | [_ReSharper_](https://www.jetbrains.com/resharper/) | `RESHARPER` | | [_RubyCop_](http://rubocop.readthedocs.io/en/latest/formatters/) | `CLANG` | With `rubycop -f clang file.rb` +| [_SARIF_](https://github.com/oasis-tcs/sarif-spec) | `SARIF` | | [_SbtScalac_](http://www.scala-sbt.org/) | `SBTSCALAC` | | [_Scalastyle_](http://www.scalastyle.org/) | `CHECKSTYLE` | | [_Simian_](http://www.harukizaemon.com/simian/) | `SIMIAN` | @@ -118,11 +118,14 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_StyleCop_](https://stylecop.codeplex.com/) | `STYLECOP` | | [_SwiftLint_](https://github.com/realm/SwiftLint) | `CHECKSTYLE` | With `--reporter checkstyle`. | [_TSLint_](https://palantir.github.io/tslint/usage/cli/) | `CHECKSTYLE` | With `-t checkstyle` +| [_Valgrind_](https://valgrind.org/) | `VALGRIND` | With `--xml=yes`. | [_XMLLint_](http://xmlsoft.org/xmllint.html) | `XMLLINT` | | [_XUnit_](https://xunit.net/) | `XUNIT` | It only contains the failures. | [_YAMLLint_](https://yamllint.readthedocs.io/en/stable/index.html) | `YAMLLINT` | With `-f parsable` | [_ZPTLint_](https://pypi.python.org/pypi/zptlint) | `ZPTLINT` | +47 parsers and 73 reporters. + Missing a format? Open an issue [here](https://github.com/tomasbjerre/violations-lib/issues)! # Usage