rhobs / rhobs/observability-operator
Allow long URLs in commit messages
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 51
- Forks
- 90
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 22
Description
The commitlint CI job will fail if it finds a line longer than 100 characters. This is fine for regular sentences, but we sometimes want to reference URLs in the commit message footer.
Some ideas for how to tackle this are described in https://github.com/conventional-changelog/commitlint/issues/2112
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the commitlint CI job and review the approaches described in conventional-changelog/commitlint issue 2112. Done means URLs in commit message footers can exceed 100 characters without failing the job, while regular lines remain subject to the length check.
Written by the indexing model from the issue text.
Assessment
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100