From 07506f827e4e0e0f7de7c28dd6b34f24ae273ea3 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Thu, 3 Jan 2019 18:55:35 +0100 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 ++ pom.xml | 4 ++-- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e048a..597e434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Violation Comments to GitHub changelog Changelog of Violation Comments to GitHub plugin for Jenkins. +## 1.71 +### No issue + +**Correcting AnsibleLint parsing** + + +[90047b3d7b9f50c](https://github.com/jenkinsci/violation-comments-to-github-plugin/commit/90047b3d7b9f50c) Tomas Bjerre *2019-01-03 17:54:49* + +**Repository and PluginRepository updated. And fixed SCM URL** + + +[268bfae711c6afc](https://github.com/jenkinsci/violation-comments-to-github-plugin/commit/268bfae711c6afc) Manuel Recena *2018-11-18 19:18:58* + +**Stepping lib** + + +[a5c987728092357](https://github.com/jenkinsci/violation-comments-to-github-plugin/commit/a5c987728092357) Tomas Bjerre *2018-10-08 17:04:35* + + ## 1.70 ### No issue diff --git a/README.md b/README.md index 0538b0b..455a8d2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output | [_Checkstyle_](http://checkstyle.sourceforge.net/) | `CHECKSTYLE` | | [_CodeNarc_](http://codenarc.sourceforge.net/) | `CODENARC` | | [_Detekt_](https://github.com/arturbosch/detekt) | `CHECKSTYLE` | With `--output-format xml`. +| [_ERB_](https://www.puppetcookbook.com/posts/erb-template-validation.html) | `CLANG` | With `erb -P -x -T '-' "${it}" \| ruby -c 2>&1 >/dev/null \| grep '^-' \| sed -E 's/^-([a-zA-Z0-9:]+)/${filename}\1 ERROR:/p' > erbfiles.out`. | [_DocFX_](http://dotnet.github.io/docfx/) | `DOCFX` | | [_Doxygen_](https://www.stack.nl/~dimitri/doxygen/) | `CLANG` | | [_ESLint_](https://github.com/sindresorhus/grunt-eslint) | `CHECKSTYLE` | With `format: 'checkstyle'`. @@ -52,6 +53,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` | +| [_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` | | [_PyLint_](https://www.pylint.org/) | `PYLINT` | With `pylint --output-format=parseable`. diff --git a/pom.xml b/pom.xml index 95e08a7..fea5883 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ violation-comments-to-github - 1.71 + 1.72-SNAPSHOT hpi Jenkins Violation Comments to GitHub Plugin Finds violations reported by code analyzers and comments GitHub pull requests with them. @@ -50,7 +50,7 @@ scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git https://github.com/jenkinsci/${project.artifactId}-plugin - violation-comments-to-github-1.71 + HEAD