Sebastian Schuberth
Sebastian Schuberth
> Applied copyright garbage This file can historically be massive. Before including this into the resolved configuration, I'd like to re-evaluate whether the copyright garbage feature is still required at...
> Value of `addAuthorsToCopyrights` I believe it would be great if we could solve https://github.com/oss-review-toolkit/ort/issues/4519 frist.
> The [`ResolvedConfiguration`](https://github.com/oss-review-toolkit/ort/blob/main/model/src/main/kotlin/ResolvedConfiguration.kt) currently only stores package configuration Should we also consider resolving all package configurations already at the analyzer stage? Currently, that happens only at the evaluator stage.
Thanks or the contribution @dimitris-iliou. But before you put too much effort in it, be informed that during one of the last ORT community meetings it was agreed that the...
Thanks for spotting the issue and proposing a solution! To get started, there are a bunch of formal issues with this PR. Please do: - Adhere to [Conventional Commits](https://www.conventionalcommits.org/). -...
> I can use editor plugins (e.g. for vim / IntelliJ) that already verify the format of the commit message. I'm not sure I can follow here. How's that related...
> I can use the [commitlint CLI](https://www.npmjs.com/package/@commitlint/cli) to create a post commit hook. Ok, if it's about CLI support, how about using https://github.com/cocogitto/cocogitto instead? That's at least written in Rust...
> Ideally, it should be possible to integrate it with Gradle to not depend on more tools (like currently npx). Maybe https://github.com/nicolasfara/conventional-commits?
> The plugin does not seem to be very configurable. What other configuration beyond the available options would you expected from a tool that is specialized on *conventional* commits (not...
> hadn't had any issues with commitlint for a while Here's again a [bogus error](https://github.com/oss-review-toolkit/ort/actions/runs/6676410688/job/18145422641?pr=7758#step:4:19) I'm running into. I'd *really* still like to get rid of commitlint.