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 583ae9d commit 9fe13a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,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
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply from: project.buildscript.classLoader.getResource('violations.gradle').toU

dependencies {
compile 'se.bjurr.violations:violation-comments-to-bitbucket-cloud-lib:1.15'
compile 'se.bjurr.violations:violations-lib:1.120'
compile 'se.bjurr.violations:violations-lib:1.128'
compile 'se.softhouse:jargo:0.1.1'
compile 'org.slf4j:slf4j-simple:1.8.0-beta2'
}
Expand Down

0 comments on commit 9fe13a2

Please sign in to comment.