Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Add support for sonar issue report formats >= v7.5 tomasbjerre/violat…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 3, 2020
1 parent 57bfeca commit e894cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_Pep8_](https://github.com/PyCQA/pycodestyle) | `FLAKE8` |
| [_PerlCritic_](https://github.com/Perl-Critic) | `PERLCRITIC` |
| [_PiTest_](http://pitest.org/) | `PITEST` |
| [_ProtoLint_](https://github.com/yoheimuta/protolint) | `PROTOLINT` |
| [_Puppet-Lint_](http://puppet-lint.com/) | `CLANG` | With `-log-format %{fullpath}:%{line}:%{column}: %{kind}: %{message}`
| [_PyDocStyle_](https://pypi.python.org/pypi/pydocstyle) | `PYDOCSTYLE` |
| [_PyFlakes_](https://pypi.python.org/pypi/pyflakes) | `FLAKE8` |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ apply from: project.buildscript.classLoader.getResource('violations.gradle').toU

dependencies {
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.81'
compile 'se.bjurr.violations:violations-lib:1.96'
compile 'se.bjurr.violations:violations-lib:1.108'
}

0 comments on commit e894cff

Please sign in to comment.