escapedcat
escapedcat
Thanks, this seems to be broken. [Footer rule code is here](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/rules/src/footer-empty.ts). I could be wrong but it also looks like as if the [test is wrong in the first place](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/rules/src/footer-empty.test.ts)?...
Thanks! You're right. In this case our tests make sense which is a relief :P In this case I'm wondering how the current code is parsing the footer or recognises...
Hey @polaroidkidd , I would suggest it should try to find the config in these (default) places: https://commitlint.js.org/#/guides-local-setup?id=install-commitlint and/or using the [`--path`](https://commitlint.js.org/#/reference-cli) as described in this issue. So we do...
Welcome! Yeah, please do. You ask in the chat as well if you want: https://devtoolscommunity.herokuapp.com
react-intl is works with `Next.js` too. I'm using it for a custom SSR setup and works without issues.
> If you're using pipelines in CircleCI, I believe the following would work: > > ``` > npx commitlint --from > --to > > ``` If this is working for...
Wonder if we should tag this and #2118 with something like `dep-bug` or something similar. Or maybe these bugs should be opened in the related repo in the first place?
One test is failing: ```sh FAIL @commitlint/load/src/load.test.ts (30.16 s) ● recursive extends with ts file Cannot find module "./first-extended" from "/var/folders/77/q0z7bpkx32bd1gyd9__ngz_c0000gn/T/tmp-10446-3LOwFYbd4r1Z" 143 | try { 144 | const resolveGlobal =...
@songhn233 do you have any idea why this fails?
@pegak nope, it's labeled with `help wanted` though ;)