Re: [go-nuts] Automated Gerrit reviews

2019-07-12 Thread Henri Koski
Looks like adding github checks support wouldn't be too hard to implement. I can try to do it once I'm back from holiday. On Fri, Jul 12, 2019, 17:21 Brian Hatfield wrote: > For Github, integration with the Checks API seems like the way you'd do > it: https://developer.github.com/v3/checks/ > >

Re: [go-nuts] Automated Gerrit reviews

2019-07-12 Thread Brian Hatfield
For Github, integration with the Checks API seems like the way you'd do it: https://developer.github.com/v3/checks/ On Fri, Jul 12, 2019 at 10:18 AM Ivan Borshukov wrote: > Thanks for sharing, it looks quite interesting. > > Do you think it would be possible (and easy) to extend the tool to supp

Re: [go-nuts] Automated Gerrit reviews

2019-07-12 Thread Ivan Borshukov
Thanks for sharing, it looks quite interesting. Do you think it would be possible (and easy) to extend the tool to support posting comments in GitLab or GitHub? There are times that some static check failures are ok, but that’s now always the case. So instead of failing the build or tests it woul

[go-nuts] Automated Gerrit reviews

2019-07-12 Thread henri . t . koski
https://github.com/heppu/go-review I wrote small tool which takes various linter reports as input and posts those as comments to gerrit reviews. I use it at work with golangci-lint in our Jenkins CI pipe. Any feedback is much appreciated. =) -- You received this message because you are subscri