On Thu, Mar 5, 2015 at 10:24 AM, Tim Penhey <tim.pen...@canonical.com>
wrote:

> On 04/03/15 19:05, Andrew Wilkins wrote:
> > The bugs were fixed in this branch:
> https://github.com/juju/juju/pull/1738
> >  - invalid printf-style formatting will cause "go vet" to fail
>
> My bad. I had deleted the pre-push hook script some time ago when go vet
> failed continuously, and I hadn't reinstated it.
>
> I have done so now.
>

Thanks. FYI (and others' I), there's a couple of ways to temporarily
disable hooks or just vet:

    git push --no-verify
or
    IGNORE_VET_WARNINGS=1 git push

(obviously to be used judiciously)
-- 
Juju-dev mailing list
Juju-dev@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/juju-dev

Reply via email to