diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bb3cc..c1dfd2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Changelog of Violation comments to gitlab gradle plugin. ## Unreleased ### No issue +**Automating reporters in readme** + + +[837502fbe6f8bab](https://github.com/tomasbjerre/violation-comments-to-gitlab-gradle-plugin/commit/837502fbe6f8bab) Tomas Bjerre *2018-09-23 12:06:28* + **Doc** @@ -113,7 +118,7 @@ Changelog of Violation comments to gitlab gradle plugin. ## 1.12 -### GitHub #33 +### GitHub #33 **NullAway** diff --git a/README.md b/README.md index 1fa7fcd..19deebb 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_MyPy_](https://pypi.python.org/pypi/mypy-lang) | `MYPY` | | [_NullAway_](https://github.com/uber/NullAway) | `GOOGLEERRORPRONE` | Same format as Google Error Prone. | [_PCLint_](http://www.gimpel.com/html/pcl.htm) | `PCLINT` | PC-Lint using the same output format as the Jenkins warnings plugin, [_details here_](https://wiki.jenkins.io/display/JENKINS/PcLint+options) -| [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) | `CHECKSTYLE` | with `phpcs api.php --report=checkstyle`. -| [_PHPPMD_](https://phpmd.org/) | `PMD` | with `phpmd api.php xml ruleset.xml`. +| [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) | `CHECKSTYLE` | With `phpcs api.php --report=checkstyle`. +| [_PHPPMD_](https://phpmd.org/) | `PMD` | With `phpmd api.php xml ruleset.xml`. | [_PMD_](https://pmd.github.io/) | `PMD` | | [_Pep8_](https://github.com/PyCQA/pycodestyle) | `FLAKE8` | | [_PerlCritic_](https://github.com/Perl-Critic) | `PERLCRITIC` | diff --git a/build.gradle b/build.gradle index 4de3555..40f10d6 100644 --- a/build.gradle +++ b/build.gradle @@ -20,5 +20,5 @@ apply from: project.buildscript.classLoader.getResource('gradle-plugin.gradle'). apply from: project.buildscript.classLoader.getResource('violations.gradle').toURI() dependencies { - compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.49' + compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.54' }