Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Google error-prone
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 14, 2018
1 parent c55e37a commit 44a87a5
Show file tree
Hide file tree
Showing 3 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 @@ -34,6 +34,7 @@ It supports:
* [_Gendarme_](http://www.mono-project.com/docs/tools+libraries/tools/gendarme/)
* [_GoLint_](https://github.com/golang/lint)
* [_GoVet_](https://golang.org/cmd/vet/) Same format as GoLint.
* [_GoogleErrorProne_](https://github.com/google/error-prone)
* [_JSHint_](http://jshint.com/)
* _Lint_ A common XML format, used by different linters.
* [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apply from: project.buildscript.classLoader.getResource('gradle-plugin.gradle').


dependencies {
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.25'
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.26'
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath "se.bjurr.violations:violation-comments-to-gitlab-gradle-plugin:1.10-SNAPSHOT"
classpath "se.bjurr.violations:violation-comments-to-gitlab-gradle-plugin:1.11-SNAPSHOT"
}
}

Expand Down

0 comments on commit 44a87a5

Please sign in to comment.