conan-io/hooks

Check that all hooks print errors before failing

Open

#352 opened on Oct 2, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (45 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

(Need to check, maybe it already works that way)

All hooks should print their output before raising the error. That would be very valuable for users, otherwise they need to run again and again and fix the hooks one by one.

Contributor guide