Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 3, 2019
1 parent 54c1610 commit 07506f8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
19 changes: 19 additions & 0 deletions 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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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'`.
Expand Down Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -20,7 +20,7 @@
</properties>

<artifactId>violation-comments-to-github</artifactId>
<version>1.71</version>
<version>1.72-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins Violation Comments to GitHub Plugin</name>
<description>Finds violations reported by code analyzers and comments GitHub pull requests with them.</description>
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>violation-comments-to-github-1.71</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 07506f8

Please sign in to comment.