Ade Attwood
Ade Attwood
Just had a look into this. I think it's the same as #321 and there's not a lot we can do due to the parser. We can get all the...
Update on this in https://github.com/conventional-changelog/commitlint/issues/2674#issuecomment-906968919
From my understanding, commitlint does not modify the commit in any way. The best solution I can think of is another hook that will run before the linting on the...
Sorry for the delay on this one. For an update, I have been waiting back from and upstream [issue](https://github.com/conventional-changelog/conventional-changelog/issues/827). If there are no comments on that one, soon we will...
I think this is missing a `?` in the `headerPattern`. Can you please try the below pattern and let me know how it goes ``` headerPattern: /^[A-Z]{1,4}-[0-9]{1,4}:\s(\w*)(?:\((.*)\))?: (.*)$/, ``` ```diff...
@FabianEllenberger if its working with your config then I would roll with that. TBH from reading the [README.md](https://www.npmjs.com/package/conventional-commits-parser) of the paser it not that clear to me what to referenceActions...
It depends on how many rules we are making opinions on. If it's just this one, then I think It's OK to enforce this rule and let the user override...
@nmccready This is on the roadmap, and something I have been working on. We are trying to improve the developer experience for running commitlint in CI. Watch this space :eyes:...
> any news on this? We have recently had a discussion on this in #3423. You can see my comments on some issues we have been facing https://github.com/conventional-changelog/commitlint/issues/3423#issuecomment-1320023141
Hi all, it's been a while. This is defo the parser regex. I still have an upstream [bug](https://github.com/conventional-changelog/conventional-changelog/issues/827) outstanding to amend the regex. I would suggest changing the parser regex,...