That sounds interesting. Did you do something like this with the
On Mar 29, 4:36 pm, Ted <
r6squee...@gmail.com> wrote:
> I'm also using gerrit + hudson + checkstyle. I also question the desire for
> gerrit & checkstyle integration.
>
> There are other ways around having too many violations... the project I'm on
> right now tops out at over 100,000 violations and that's with most of the
> checking turned off. What I did instead was I wrote a custom regex check
> which stored existing violations into a xml file. This helps prevent new
> violations from being commit as those would thrown an error in the build,
> but it would allow existing violations to continue to exist.
>
> With that, the normal chain of events of gerrit & hudson build failures and
> -1 verifies, works as normal.
>
>
>
>
>
>
>
>
>
> On Tue, Mar 29, 2011 at 4:25 PM, Joel <
joel.pear...@gmail.com> wrote:
> > Hi Ishaaq,
>
> > I agree Gerrit isn't a CI tool, and we already have Hudson setup with
> > the Gerrit Trigger doing the VRIF=+1.
>
> > However we don't plugin checkstyle into hudson, because we already
> > have too many violations because it's an old codebase and we can't
> > expect every commit to fix unrelated violations in the same class.
>
> > So the idea is to overlay checkstyle information in gerrit to aid in
> > code review, like how grepcode does it:
>