Skip to content

Commit

Permalink
feat: more parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 7, 2021
1 parent 7a6dff3 commit 33deb95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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` |
Expand All @@ -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
Expand Down

0 comments on commit 33deb95

Please sign in to comment.