Closed
Description
Description
I use the pre-commit framework to apply some sanity check before committing to my repositories. I recently discover this lib and wanted to give it a try. Fantastic work !
I use te following command to create a new commit:
cz commit
And I get the following results (sorry for the image but everything is about coloring):
after #258
which is the commit message, the pre-commit checks start and normally at the end of their lines skipped
should be blue, passed
: green and failed
red. when creating a commit with cz
I loose these colors. I tested back using simply git commit
and it worked.
Question then: why is the coloring of pre-commit
disabled by cz
?