Skip to content

Commit

Permalink
violations-lib 1.128
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 20, 2020
1 parent 05f395c commit 41dcf2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_FxCop_](https://en.wikipedia.org/wiki/FxCop) | `FXCOP` |
| [_GCC_](https://gcc.gnu.org/) | `CLANG` |
| [_Gendarme_](http://www.mono-project.com/docs/tools+libraries/tools/gendarme/) | `GENDARME` |
| [_Generic reporter_]() | `GENERIC` | Will create one single violation with all the content as message.
| [_GoLint_](https://github.com/golang/lint) | `GOLINT` |
| [_GoVet_](https://golang.org/cmd/vet/) | `GOLINT` | Same format as GoLint.
| [_GolangCI-Lint_](https://github.com/golangci/golangci-lint/) | `CHECKSTYLE` | With `--out-format=checkstyle`.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violation-comments-lib>1.99</violation-comments-lib>
<violations-lib>1.123</violations-lib>
<violations-maven>1.37</violations-maven>
<violations-lib>1.128</violations-lib>
<violations-maven>1.38</violations-maven>
<changelog>1.62</changelog>
</properties>

Expand Down

0 comments on commit 41dcf2e

Please sign in to comment.