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 06528a6 commit 6d9313c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<changelog>1.60</changelog>
<violation-comments-lib>1.80</violation-comments-lib>
<violations-lib>1.103</violations-lib>
<changelog>1.61</changelog>
<violation-comments-lib>1.81</violation-comments-lib>
<violations-lib>1.108</violations-lib>
<fmt>2.6.0</fmt>
</properties>

Expand Down

0 comments on commit 6d9313c

Please sign in to comment.