Re: Pre-commit hook assistance

2019-08-30 Thread Branko Čibej
On 30.08.2019 15:01, William Muriithi wrote: > Morning,  > > I am attempting to write a pre-commit hook that enforces a policy to > some group and warns the rest of the team. The hook is in python and > it just check that jira ticket exist on the commit log. > > The problem I am facing is I am not

Pre-commit hook assistance

2019-08-30 Thread William Muriithi
Morning, I am attempting to write a pre-commit hook that enforces a policy to some group and warns the rest of the team. The hook is in python and it just check that jira ticket exist on the commit log. The problem I am facing is I am not able to both warn and error for some reason. If I exit, th