diff --git a/README.md b/README.md index fd80746..e28d5fe 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/build.gradle b/build.gradle index 8bfbd70..666aa54 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }