Mario Nebl

Results 96 comments of Mario Nebl

Some ideas * The entire eslint `extends` chain * User-ignored files (as opposed to default-ignored ones) * Applicable extensions

A PR adding the needed functionality to prompt-cli is very welcome!

Thanks for reporting, this is the first time I heard of git worktrees. `commitlint` logic to find the git root folder (and relevant `.git` database) does not support worktrees as...

Good idea, want to help out with this? I think a `signature-empty` rule should do the trick. We might have to extend [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser) to include a signature field for this...

Thanks for reporting, I'll look into this.

Could reproduce - this is caused by a mismatch between the `@commitlint/format` (7.6.0) and `@commitlint/cli` (7.5.1) package versions. Could you install the latest cli and check if this fixes the...

> To me this is actually a breaking change for @commitlint/format and @commitlint/core since the API has changed in a non-backwards compatible way. Thanks for the analysis - you are...

Yes, a Github action would be cool. Want to lend a hand with this?

Yep, currently `@commitlint/prompt` does not support multiline input. The thing with multiline editing is that it is very hard to scope this properly - when thinking things through you reach...