Everduin94 / better-commits

A CLI for creating better commits following the conventional commits specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title validation doesn't work

trkohler opened this issue · comments

commented

Screenshot 2023-03-14 at 17 16 59

no matter how long or short the title is, I can't make a commit.

This is because you have put the entire URL of the ticket/issue in the Add Ticket prompt. It's just meant to be the tag/number.

If you want to use it this way, that's okay, change check_ticket.add_to_title to false in your config. That way the "ticket" won't be added to the title, thus the size won't be considered in the title max.